Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 19:51:09 +0100
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        Mike Jakubik <mikej@rogers.com>
Cc:        ports@FreeBSD.org, ale@FreeBSD.org
Subject:   Re: [Fwd: Re: FreeBSD Port: security/courier-authlib-base (rc.d changes problem)]
Message-ID:  <20060106195109.083c4f75.lehmann@ans-netz.de>
In-Reply-To: <43BE987A.8020506@rogers.com>
References:  <43BE5534.5010102@rogers.com> <20060106155437.41af46f3.lehmann@ans-netz.de> <43BE987A.8020506@rogers.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Jakubik wrote:

> Oliver Lehmann wrote:
> > Mike, could you please send me the output of
> >
> >  rcorder /usr/local/etc/rc.d/courier-authdaemond.sh
> >
> > I guess that mysql-client.sh doesn't run properly
> >
> > Alex - can you convert mysql-client.sh to the actual rc.d structure so it
> > PROVIDES something I can depend on? Maybe "libmysql" so
> > courier-authlib.sh can depend on it? This should fix the problem.
> >
> >   
> 
> # rcorder /usr/local/etc/rc.d/courier-authdaemond.sh

Ok it just came to my mind that if I'm not mistaken 6 still uses the
"old" way which means rcorder is not involved here - or am I wrong? If so
please someone correct me.

So this means I don't really get why your authdaemond has problems
loading libmysqlclient.so.14

I suppose you have a /usr/local/lib/mysql/libmysqlclient.so.14 - right?

ldconfig -r | grep mysqlcl

should show you -lmysqlclient.14

I also suppose you have a working /usr/local/etc/rc.d/000.mysql-client.sh

I also searched my old mails - it looks like even if the lib is found,
the mysqld has to run prior to authdaemond, so it looks like you have to
rename mysql-server.sh to 000.mysql-server.sh - but anyway at first the
authdaemond startup problem needs to get fixed....

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060106195109.083c4f75.lehmann>