Looks like a problem with your php.ini file. There should be some lines in
there that read something like

extension=xslt.so
extension=xmlrpc.so
extension=xml.so

There should also be a line that reads

extension_dir="/some/path"

Make sure the path in extension_dir actually leads to the extension library
files. If it doesn't, change it. If those files don't exist, remove their
"extension=" entries.

This sort of question belongs in php.general, not php.dev. 

J


Ray Hunter wrote:

> 
> Has anyone seen these startup errors before?
> 
> These are from my apache error_log file when i start up apache:
> 
> PHP Warning:  Unknown(): Unable to load dynamic library
>
'/usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/xslt.so'
> -
> /usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/xslt.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> 
> PHP Warning:  Unknown(): Unable to load dynamic library
>
'/usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/xmlrpc.so'
> -
>
/usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/xmlrpc.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> 
> PHP Warning:  Unknown(): Unable to load dynamic library
> '/usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/xml.so'
> -
> /usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/xml.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> 
> PHP:            4.3.0 - 4.3.1
> Apache:         1.3.27
> Mandrake:       9.0
> 
> 
> How can i fix these warnings?
> 
> 
> Thanks,
> 
> Ray


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to