Irongut, I seem to be having the same problem:
I am trying to install phpnuke 6.5 on a winXP pro machine with IIS, PHP 4.3.2 and mySQL 4.0.13.
I know PHP and mySQL are working because I have other sites on the same machine working fine.
I have copied over the php files, created a 'nuke' database, populated the db with nuke.sql, and set up config.php which is the extent of the instructions.
However I still get errors like this:
Warning: main(db/mysql.php): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\Nuke\db\db.php on line 53
Warning: main(): Failed opening 'db/mysql.php' for inclusion (include_path='c:\inetpub\wwwroot\') in C:\Inetpub\wwwroot\Nuke\db\db.php on line 53
Fatal error: Cannot instantiate non-existent class: sql_db in C:\Inetpub\wwwroot\Nuke\db\db.php on line 86
If i set $dbtype = "MySQL4"; then I only get the last error (but it still doesn't work), and I don't know why.
Did you figure out the solution?
P.S. I have also tried this on RedHat 8 and Apache and I get the same errors.