Apache2 and PHP4 is installed and are running fine.
The mysql demon is running, too.
Problem is the php mysql-extension, because it's not there
All php extension are in /usr/lib/php/extensions, but there is no mysql.so neither libmysql.so. No file with mysql at all.
phpinfo() gives me a Configure Command containing --without-mysql.
How do I get php to work with mysql???
k0zy