On [11/02/2003], Roland Schmid wrote:
> Hello,
> 
> so far the installion worked.
> I now want to add a new domain to vpopmail.
> But I get an error message, that libmysqlclient file could not be found.
> Original message:
> [root@dc4 bin]# ./vadddomain mydomain.de
> ./vadddomain: error while loading shared libraries:
> libmysqlclient.so.10: cannot open shared object file: No such file or
> directory
> 
> The libmysqlclient file is in the path I gave to configure command.
> Any idea what went wrong?
>

export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/usr/local/lib/mysql'
ldconfig -m /usr/local/lib/mysql 

It happened to me a couple of days ago.

Reply via email to