I'm trying to configure php with mysql on a red hat 7.3 server. I use the following command to configure php:
./configure --enable-track-vars --enable-force-cgi-redirect --with-gettext --with-mysql
I run this command followed by make, and make install. I get no errors I then restart httpd and run my test file where I get this error:
Fatal error: Call to undefined function: mysql_connect() in /var/www/squirrelmail/index.php on line 3
What I don't understand is why the mysql functions were not compiled into the php build when I put them in the configure options?
Thanks for the help,
Andy