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

next in thread | previous in thread | raw e-mail | index | archive | help
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....
>
>   




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43BEBEC7.3030608>