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
collect2:
> 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 mysql
> 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
>>
>>> 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]#