Hi,
I manage a web server with many hosted virtual servers. I am
experiencing problems with includes in PHP 4.3.0 under Solaris, and I
can't upgrade my server. I think it has something to do with getcwd()
not working on Solaris if a component of the path is not readable by the
server, whic
I had the same problem under Solaris. The loader couldn't find
libexpat.so because it is not in its standard path.
Try adding this env variable before launching Apache:
export LD_LIBRARY_PATH; LD_LIBRARY_PATH=/usr/local/lib
(not tested under Linux)
--
PHP Install Mailing List (http://www.php.net