> which has "--without-mysql" in there towards the end. > > I assume this is why I can't use php to connect to mysql databases. I got > the following error with my first connect function: > Fatal error: Call to undefined function: mysql_pconnect() in > /var/www/html/ushl/index.php on line 8 > > Do I have to reconfigure PHP with mysql? Since I installed everything > using RPM, I'm not sure what directory I have to be in to restate the > ./configure command. >
Try the function dl() http://www.php.net/dl Regards, Johan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]