I am trying to run a PS server compiled from source on CentOS. I had installed mysql but the server is not able to locate that. When I ./psserver, I get " planeshift.application.server: No iDataConnection plugin!" error.
The run of ./configure of my server install is not able to find libmysqlclient even if I have mysql-devel installed. There is no libmysqlclient or libmysqlclient-devel in the distro of CentOS. My /usr/lib/mysql contains libmysqlclient.so but even when I use the --with-mysqlclient=/usr/lib/mysql/, the ./configure is not able locate libmysqlclient. Any clue why this is happening and how I can get rid of this problem?
Thanks a lot
Virajith