Autor: Warren Baker Datum: To: Dave Rigby CC: exim-users Betreff: Re: [Exim] compilation of exim with mysql
This means that your mysql library path is not included
in the file /etc/ld.so.conf. Add the mysql library path to this file and
run /sbin/ldconfig.
Warren
On Thu, 27 Jan 2000, Dave Rigby wrote:
> I'm been using exim for some time as a mail server, but I've been trying
> to implement mysql support. Exim compiles fine without the LOOKUP_MYSQL
> directive , but awhen I enable it, the software appears to compile OK,
> but when I try to run exim, I get the following error: -
>
>
> ./exim: error in loading shared libraries: libmysqlclient.so: cannot
> open shared object file: no such file or directory
>
>
> I'm pretty sure that the LOOKUP_LIBS directive in the Makefile is OK, as
> exim will compile without any errors. San anyone help at all?
>