Re: [Exim] Exim 4 + MYSQL

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Sheldon Hearn
Data:  
Para: Odhiambo G. Washington
CC: exim-users
Asunto: Re: [Exim] Exim 4 + MYSQL

On Thu, 10 Jan 2002 20:32:39 +0300, "Odhiambo G. Washington" wrote:

> I've installed Exim-3.952 today on FreeBSD-4.4-STABLE from the ports.
>
> make -DWITH_MYSQL
>
> 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. This
> file is in /usr/local/lib/mysql/.


Two things come to mind:

1) You installed mysql by hand, and forgot to update the ld cache.

2) I made a mistake copying the exim-devel port from the exim port. Let
me see your work/exim-3.952/Local/Makefile after you do

    make clean
    make WITH_MYSQL=yes configure


Ciao,
Sheldon.