Re: [Exim] Exim 4 + MYSQL

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Drav Sloan
日付:  
To: Odhiambo G. Washington, exim-users
題目: Re: [Exim] Exim 4 + MYSQL
Odhiambo G. Washington wrote:
> After everything (convert, etc) I've managed to start it but there was one
> problem - it always complained that libmsqlclient.so.10 was not found.


With FreeBSD that measn you have not got libmysql in your ldcache.

Try:

/sbin/ldconfig -m /usr/local/lib/mysql

(provided libmsqlclient.so.10 is in /usr/local/lib/mysql)

That should resolve the problem hopefully :)

D.