Re: [vchkpw] cannot find -lmysqlclient

2006-08-09 Thread Michael Johnson
If the MySQL install is off the normal path you can use a few additional flags on the configure command to help vpopmail find MySQL. --enable-incdir=/path/to/mysql/include/mysql --enable-libdir=/path/to/mysql/lib/mysql ___ Michael

[vchkpw] cannot find -lmysqlclient

2006-08-08 Thread Aneesh Joseph
Hi , I am getting the following error when installing vpopmail with mysql(vpopmail-5.4.9 + Mysql 5). any idea ? gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt/usr/bin/ld: cannot find -lmysqlclientcollect2: ld returned 1

Re: [vchkpw] cannot find -lmysqlclient

2006-08-08 Thread Bob Hutchinson
On Tuesday 08 August 2006 12:55, Aneesh Joseph wrote: Hi , I am getting the following error when installing vpopmail with mysql(vpopmail-5.4.9 + Mysql 5). any idea ? gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt