I've got a Debian server with the latest stable release. I just installed PHP 4 and it works fine with Apache, scripts parse and execute just fine. Now I'm try to connect to a Mysql database and I get the following error:
Fatal error: Call to undefined function: mysql_connect() in /var/www/index.php on line 19
I've checked the script backwords and forwards and it's not a syntactical error. The MySQL daemon is running and data is accessable. So I've a configuration problem I guess....
Can anyone give me a clue as to where to start? TIA.