[PHP-INST] Re: libexpat.so.0 error unless Apache started by root user From: Jean-Pierre Gallou (gallou <email protected>)
Date: 02/13/03

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/)
To unsubscribe, visit: http://www.php.net/unsub.php