Re: [Exim] Exim 4 + MYSQL

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Drav Sloan
Fecha:  
A: 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.