Re: [vchkpw] instal vpopmail

2003-03-24 Thread Peter Palmreuther
Hi sonjaya,

On Mon, 24 Mar 2003 20:18:11 +0700 sonjaya wrote:

> /home/vpopmail/bin/vadddomain: error while loading shared libraries:
> libmysqlclient.so.10: cannot open shared object file: No such file or
> directory

*gee* Get an overall idea of the system you're working on :-(

What does 

 $> ldconfig -p |grep libmysqlclient

print out?

If this is nothing: 
 - Is the _path_ _to_ your 'libmysqlclient.so' in '/etc/ld.so.conf'?
 - Have you run 'ldconfig' after putting the path into this file?
-- 
Ciao,
 Pit



[vchkpw] instal vpopmail

2003-03-24 Thread sonjaya
i want instal vpopmail with mysql 
path mysql is : /usr/local/mysql 
path lib mysql : /usr/local/lib/mysql 
because i configure qmail like this #./configure 
--prefix=/usr/local/mysq
so i configure  mysql like this :
 ./configure --enable-mysql=y --enable-
sqlincdir=/usr/local/lib/mysql  --enable-clear-
passwd=y --enable-ip-alias-domains=y
that i is ok
and i try add domain
 ~vpopmail/bin/vadddomain
/home/vpopmail/bin/vadddomain: error while 
loading shared libraries: libmysqlclient.so.10: 
cannot open shared object file: No such file or 
directory

any body can help me 
thank's