Issue the following command:
rpm -qa | grep 'sql'
You should see:
mysql-3.23.xxx
mysql-devel-3.23.xxx
Are you missing the development libraries for mysql?
I'm running Gentoo Linux and was able to compile using gcc-2.9 and gcc-3.1, so I don't think your gcc version is an issue.
|