[Fwd: Re: FreeBSD Port: security/courier-authlib-base (rc.d changes problem)]

Mike Jakubik mikej at rogers.com
Fri Jan 6 11:02:28 PST 2006


Oliver Lehmann wrote:
> 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.
>
>   

I am running 6.0-STABLE #0: Sat Dec 31 19:40:32 EST 2005, not -RELEASE. 
There have been changes committed to it that update RC to use new style 
boot scripts from the local_startup directories. This can be found in 
the thread "HEADS UP: MFC of local_startup changes to rc.d complete" 
under stable.


> 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?
>   

# ls /usr/local/lib/mysql/libmysqlclient.so.14
-rwxr-xr-x  1 root  wheel  434334 Dec 30 18:53:38 2005 
/usr/local/lib/mysql/libmysqlclient.so.14*

> ldconfig -r | grep mysqlcl
>   

# ldconfig -r | grep mysqlcl
        157:-lmysqlclient_r.14 => 
/usr/local/lib/mysql/libmysqlclient_r.so.14
        158:-lmysqlclient.14 => /usr/local/lib/mysql/libmysqlclient.so.14

> should show you -lmysqlclient.14
>
> I also suppose you have a working /usr/local/etc/rc.d/000.mysql-client.sh
>   

# ls /usr/local/etc/rc.d/000.mysql-client.sh
-rwxr-x---  1 root  wheel  181 Dec 30 18:53:40 2005 
/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....
>
>   



More information about the freebsd-ports mailing list