Re: [Exim] Exim 4 + MYSQL

Top Page
Delete this message
Reply to this message
Author: Drav Sloan
Date:  
To: Odhiambo G. Washington, exim-users
Subject: 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.