I am trying to install apache2 with php/mysql support
So:
apt-get install mysql-client mysql-server
apt-get install apache2 libapache2-mod-auth-mysql libapache-mod-php4
I loaded auth_mysql module.
However , apache cant use mysql.
After googling i found that i should edit /etc/php4/apache2/php.ini
enabling "extension=mysql.so"
Done, restart apache and i get this error to the logs:
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/20020429/mysql.so' - /usr/lib/php4/20020429/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
Any idea how to fix this??