Page is a not externally linkable
neiljones - 11:09 am on Aug 1, 2006 (gmt 0)
typing PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/imap.so' - libc-client.so.0: cannot open shared object file: No such file or directory in Unknown on line 0 Can anyone tell me what is wrong and how to fix it?
I am working with a new server.
The simple program
<?
phpinfo();
?>
fails to produce any output. Adding HTML to it results in the HTML working but not the PHP.
php index.php
on the server gives.
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/pgsql.so' - libpq.so.4: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /usr/lib/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
<?
phpinfo();