Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- New php installation what is wrong


neiljones - 11:09 am on Aug 1, 2006 (gmt 0)


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.

typing
php index.php
on the server gives.

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
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();

Can anyone tell me what is wrong and how to fix it?


Thread source:: http://www.webmasterworld.com/php/3029911.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com