[vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .
Dear all, I am trying to install a toaster and got into an issue with vpopmail after issuing make command gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R -Xlinker /var/lib/mysql -L/var/lib/mysql -lmysqlclient -lz -lm -lcrypt /usr/bin/ld: cannot find -lmysqlclient

Re: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Todor Petkov
On 20/03/2013 10:30 AM, Nicholas C. wrote: Dear all, I am trying to install a toaster and got into an issue with vpopmail after issuing make command gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R -Xlinker /var/lib/mysql -L/var/lib/mysql -lmysqlclient -lz -lm -lcrypt

RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .
snip Can you send us rpm -qa |grep -i mysql I guess mysql 5.5.30 is installed from an additional repo, since RHEL/Centos6 come with 5.1.67? In this case check for mysql-shared-compat rpm and install it. Thanks Todor. Below is the result [root@localhost vpopmail-5.4.33]# rpm -qa |grep -i

Re: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Alessio Cecchi
Il 20/03/2013 09:30, Nicholas C. ha scritto: Dear all, I am trying to install a toaster and got into an issue with vpopmail after issuing make command gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R -Xlinker /var/lib/mysql -L/var/lib/mysql -lmysqlclient -lz -lm -lcrypt

RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .
snip Have you install mysql-devel rpm? Is your configure similar to ./configure --enable-mysql-limits --enable-auth-module=mysql --enable-libdir=/usr/lib64/mysql/ Thanks Alessio for your reply. Yes I do have devel package installed. Package mysql-devel-5.5.30-1.el6.remi.x86_64 already

RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Todor Petkov
On 20/03/2013 11:57 AM, Nicholas C. wrote: snip Can you send us rpm -qa |grep -i mysql I guess mysql 5.5.30 is installed from an additional repo, since RHEL/Centos6 come with 5.1.67? In this case check for mysql-shared-compat rpm and install it. Thanks Todor. Below is the result

RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .
snip Can you send us rpm -qa |grep -i mysql I guess mysql 5.5.30 is installed from an additional repo, since RHEL/Centos6 come with 5.1.67? In this case check for mysql-shared-compat rpm and install it. Thanks Todor. Below is the result [root@localhost vpopmail-5.4.33]# rpm -qa |grep -i

Re: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Ron Herzing
On Wed, Mar 20, 2013 at 3:30 AM, Nicholas C. nicholasc...@outlook.com wrote: Dear all, I am trying to install a toaster and got into an issue with vpopmail after issuing make command gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R -Xlinker /var/lib/mysql