Re: [vchkpw] libmysqlclient not found

2003-02-12 Thread Nelson D. Guerrero
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

[vchkpw] libmysqlclient not found

2003-02-11 Thread Roland Schmid
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

Re: [vchkpw] libmysqlclient not found

2003-02-11 Thread Jonas Pasche
Hi Roland, 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:

Re: [vchkpw] libmysqlclient not found

2003-02-11 Thread vol
Are you running Linux? Be sure to add the directory your MySQL libraries are located in, to /etc/ld.so.conf, and run /sbin/ldconfig. 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

RE: [vchkpw] libmysqlclient not found

2003-02-11 Thread Roland Schmid
PROTECTED] Subject: Re: [vchkpw] libmysqlclient not found Hi Roland, 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

RE: [vchkpw] libmysqlclient not found

2003-02-11 Thread Jonas Pasche
Hi Roland, yes, the libmysqlclient.so.10 exists and is in /usr/local/mysql/current/lib/mysql Ok, compare that with your strace output (I grep'ped for libmysqlclient.so.10): open(/lib/i686/mmx/libmysqlclient.so.10, O_RDONLY) = -1 ENOENT (No such file or directory)

RE: [vchkpw] libmysqlclient not found

2003-02-11 Thread Roland Schmid
Hi Jonas, yes, now it works!! So if I add /home-dir-to-vpopmail to /etc/profile I can type the vpopmail-commands from everywhere on the commandline. Thank you for help. Best regards, Roland As you see, /usr/local/mysql/current/lib is not checked for that file, so I suggest you put this