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 loadi

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

Re: [vchkpw] libmysqlclient not found

2003-02-11 Thread Jesse Guardiani
On Tuesday 11 February 2003 10:10, Jonas Pasche wrote: > 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_RD

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) > open("/lib/i686/libm

RE: [vchkpw] libmysqlclient not found

2003-02-11 Thread Roland Schmid
nable-roaming-users=y --enable-clear-passwd=y --enable-valias=y --enable-mysql-replication=y --enable-mysql=y --enable-incdir=/usr/local/mysql/current/include/mysql --enable-libdir=/usr/local/mysql/current/lib/mysql Thank you for your help. Best regards, Roland > -Original Message- > Fr

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 no

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.