[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re:



Hello!

How can I load the PHP extensions defined in the
library(/usr/local/lib/php). When I tried to load these extension using the
statement dl(xml.so) , it results in the error:

Warning: Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20000809/xml.so' -
/usr/local/lib/php/extensions/no-debug-non-zts-20000809/xml.so:
cannot open shared object file: No such file or directory

The directory  '/usr/local/lib/php/extensions/no-debug-non-zts-20000809/'
directory exists, but there in no file in the directory.

How can i enable the loading of functions of this library? How can i get
this library? Where am I going wrong?

TIA,
Madhu