truename wrote:
> 
> i user vpopmail4.8.9 + mysql3.22.32;
> 
> i user ./vadddomain test.com test
> 
> error in loading shared libraries: libmysqlclient.so.6: cannot open
> 
> shared object file: no such file or directory.

libmysqlclient.so.6 is not in your LD_LIBRARY_PATH, and not
in the config file that specifies which paths should be there
by default.

Two options
1) remove the mysql shared object libraries and recompile vpopmail,
   so that it is not using share object libs

2) figure out how to channge the default shared library path on your
   machine

3) cp -p all the shared object libraries into /usr/lib

Cheers
Ken

Reply via email to