My b2evolution Version: Not Entered
I have installed b2evo, have PHP4x and MySQL8.14 on debian..
I run the installer and get this
MySQL error!
The PHP MySQL module could not be loaded.
You must edit your php configuration (php.ini) and enable this module (mysql.so).
Do not forget to restart your webserver (if necessary) after editing the PHP conf.
I have removed the comment out on the extension=mysql.so line in PHP.ini and I even tried adding a extension_dir line as well with the path to my mysql.so (the path is /usr/lib/perl5/auto/DBD/mysql)
Anyone have any ideas, I cant seem to find any info on this error..
thanks in advance.
Could you make a phpinfo(); and check if php is compiled with or without mysql ?
Could you put here the result of
Are you using Debian Sarge or Debian Etch ?