Hi folks, I'm attempting to get 0.4.3 to work on a hosted site, shared server CentOS Release 5. I've sorted a few startup errors related to paths but I've come unstuck with this one. Here is the output from the shell:
[user12345@ssh-server 0.4.3]$ php StartBot.php
<br />
<b>Warning</b>:  PHP Startup: Unable to load dynamic library './php_extension/pdo_mysql.so' - ./php_extension/pdo_mysql.so: undefined symbol: php_pdo_register_driver in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>:  PHP Startup: Unable to load dynamic library './php_extension/pdo_mysql.so' - ./php_extension/pdo_mysql.so: undefined symbol: php_pdo_register_driver in <b>Unknown</b> on line <b>0</b><br />
===================================================
    _/_/_/              _/_/_/                _/
   _/    _/    _/_/    _/    _/    _/_/    _/_/_/_/
  _/_/_/    _/_/_/_/  _/_/_/    _/    _/    _/
 _/    _/  _/        _/    _/  _/    _/    _/
_/_/_/      _/_/_/  _/_/_/      _/_/        _/_/
         An Anarchy Online Chat Automaton
             v.0.4.3 - PHP 5.1.6
===================================================
AOChat class needs the BCMath extension to work.
[user12345@ssh-server 0.4.3]$
So first I checked the php build details, which you can view at 
http://www.discord-ao.org/phpinfo.phpI can confirm that the module referred to is indeed in the relative ./php_extension/ directory. Earlier I took a copies of all the modules from the /usr/lib/php/modules dir to stop other startup errors.
Not really sure what to look at next :s Any help appreciated..
V