I'm trying to build an ape server on Centos 5.6 but getting the following message:
/usr/bin/ld: cannot find -lmysqlclient_r collect2: ld returned 1 exit status make: * [modules] Error 1
How can I get it working? I've found libmysqlclient_r.so in /usr/lib64/mysql and /usr/lib/mysql/ are these the files it needs? If so, how can i get ld to see them?