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

Reply via email to