Anope IRC Services

Anope.org => Anope General => Topic started by: Benedikt on September 10, 2006, 09:22:58 PM

Title: Anope + Mysql
Post by: Benedikt on September 10, 2006, 09:22:58 PM
Hi i have a problem with my anope services ...

when i configure them the configute brake and i get that error:

Searching for a suitable compiler... great, found gcc!
Testing default compiler flags (-O2)... looks good.
Let's see what libraries are lying around... -lnsl -lresolv -pthread
Couldn't find default MySQL lib directory.
Specify your MySQL lib directory manually.
Run ./configure with:
-with-mysql-libs /path/to/libmysqlclient.so


i have already installed mysql client but i can't find the libmysqlclient.so file ;(

plz help me
Title:
Post by: Dave Robson on September 11, 2006, 07:27:21 AM
You need the mysql dev libs, if your system is rpm based, its called "mysql-devel" - if you compile/install from source, you get the dev libs anyway, if you use some other package manager, i dont know :)