I'm running apache 1.3.12 under AIX 4.3.3.0 and trying to include PHP (v4.0.6.0) using a freeware archive/bundle from bull (freeware.bull.net). Installing the bff fileset goes fine. But when I configure apache's httpd.conf and try to restart the web server, I receive the following error (actually this is from apachectl configtest):
Syntax error on line 242 of /www/apache_1.3.12/conf/httpd.conf: Cannot load /usr/local/lib/apache/libphp4.so into server: No such file or directory Libphp4.so is indeed there with permissions 755 (owned by root, group system). My LoadModule line in httpd.conf is: LoadModule php4_module /usr/local/lib/apache/libphp4.so There are no ClearModuleList entries in httpd.conf and httpd -l lists mod_so.c as being compiled in. I've checked some of the various lists (php.net, bugs.php.net, faqts.com) and seen the problem reported but no solution. Any help in resolving this issue would be greatly appreciated. TIA, Jeff Ohvall Systems Programmer University of Wisconsin-Stout 715-232-1481 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]