Page 1 of 1

mysqlclient error

Posted: Mon Aug 29, 2005 8:52 am
by pstruh22
HI, cau You help me please

I try to compile Anope with mysql support
on command ./Config result was
Modules = Yes
Theards = Yes
Mysql = Yes

on command make was error
cannot find -lmysqlclient
collect2: ld returned 1 exit status
make[1]: *** [services] Error 1
make[1]: Leaving directory `/home/anope-1.7.10/src'
make: *** [build] Error 2


I have mysql server 4.0.25 + mysql client 4.0.25 + mysql-dev 4.0.25 under Mandrake 9.0

Any ideas?

Posted: Mon Aug 29, 2005 2:27 pm
by Matridom
do you have the client dev's?

cause it looks like you have the mySQL server devs

Posted: Mon Aug 29, 2005 3:57 pm
by pstruh22
Matridom wrote:do you have the client dev's?

cause it looks like you have the mySQL server devs
Problem solved, thanks.