Re: [Exim] Exim 4 + MYSQL

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Drav Sloan
Data:  
Para: Odhiambo G. Washington, exim-users
Asunto: 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.