I'm attempting to install drupal, but my new Webmin/Debian
VPS doesn't appear to have the mysql module for PHP loaded.
It's installed, according to aptitude. It's enabled in /etc/php4/apache2/php.ini (as far as I can tell -- the file's identical to the one on my (working) Ubuntu box at home).
Further investigation shows that it's not enabled in CGI-mode PHP, but that ought to be irrelevant as far as I can tell -- I've got a php.load and php.conf in /etc/apache2/mods-enabled, and PHP appears in the ServerSignature.
On top of that, phpinfo() claims to be using the /etc/php4/apache2/php.ini file.
What am I missing? Why does drupal claim that I don't have any MySQL support?