Hi there,
My php seems ill configured : I get ...
Call to undefined function: mysql_connect()
My server is : Apache/2.0.40 (Red Hat Linux)
My php version : php-4.2.2
phpinfo gives as configure options :
--with-mysql=shared,/usr
--with-apxs2=/usr/sbin/apxs
...and many others
Several questions :
- does apxs2 really work already with php-4.2.2 ?
- if not, how do I "uninstall" php-4.2.2 and install a more recent php ?
- could it work right just by configuring : --with-mysql (without any path) ?
Thank you very much in advance ...
Samuel Gessner
[EMAIL PROTECTED]