/usr/bin/ld: cannot find -lmysqlclient

fonne

New member
Joined
May 8, 2005
Messages
4
Hi there,

could you guys please help me with this?

I try'd to install anope with mysql support (running unreal3.2.3)
./Config went wel, make gave that:

/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make[1]: *** [services] Error 1
make[1]: Leaving directory `/home/fonne/ircd/anope-1.7.8/src'
make: *** [build] Error 2

What i already did:

[root@server anope-1.7.8]# locate lmysqlclient
[root@server anope-1.7.8]#

[root@server anope-1.7.8]# rpm -qa | grep MySQL
MySQL-server-4.0.23-0
MySQL-devel-4.0.23-0
MySQL-client-4.0.23-0

[root@server anope-1.7.8]# cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
/usr/X11R6/lib
/usr/local/lib
/usr/local/lib
/usr/local/lib
/usr/local/lib
[root@server anope-1.7.8]# ldconfig
[root@server anope-1.7.8]#

I could ask this on the anope forum, its just... if i need to mess whit mysql i need to install this trough directadmin i think..

thx fonne (excuse my bad english :D )
 
Back
Top