I have installed PHP/MySQL on a Linux box and according to the phpinfo page, part of the configure command was
'--with-mysql=shared,/usr'
However, when I try to use one of the MySQL functions, I get the error message that it is undefined. It looks like PHP was compiled without MySQL support, but the configure command says otherwise. Any ideas?