mysqlclient error

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
pstruh22
Posts: 48
Joined: Mon Jan 31, 2005 2:14 pm

mysqlclient error

Post 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?
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

do you have the client dev's?

cause it looks like you have the mySQL server devs
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
pstruh22
Posts: 48
Joined: Mon Jan 31, 2005 2:14 pm

Post by pstruh22 »

Matridom wrote:do you have the client dev's?

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