Flipper, you may have the libraries installed, but it doesnt look like you have the development headers installed.
If you are using a binary rpm distro version of mysql, do this
rpm -qa |grep mysql
You should see one that says mysql-devel-vxxxx.rpm
If you dont have that, then the mysql header files arent available to compile against. I would recommend downloading and installing it from mysql.com
Hope this helps...
|