Date: 02/13/03
- Next message: Peter Nyberg: "[PHP-INST] PHP aspell pspell"
- Previous message: Kaan: "[PHP-INST] Re: PHP Fatal error: Call to undefined function: mail()"
- In reply to: Peter Janett: "[PHP-INST] libexpat.so.0 error unless Apache started by root user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Peter Nyberg: "[PHP-INST] PHP aspell pspell"
- Previous message: Kaan: "[PHP-INST] Re: PHP Fatal error: Call to undefined function: mail()"
- In reply to: Peter Janett: "[PHP-INST] libexpat.so.0 error unless Apache started by root user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

