View Single Post
  #9  
Old 09-20-2002, 07:46 AM
flipper
Sarnak
 
Join Date: Jan 2002
Location: California
Posts: 94
Default

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.
Reply With Quote