I am trying to install PHP 4.2.2 with an existing installation of Apache 
1.3.26.  I know I should have done a dynamic installation with apxs, but I 
started down the path of a static installation.  I have read EVERY piece of 
documentation I can find but can't find a reference to this error:

With the following line in my httpd.conf file
AddModule modules/php4/libhph4.a

I get the following error from apachectl start:
Syntax error on line 275 of /usr/local/apache/conf/httpd.conf:
Cannot add module via name 'modules/php4/libphp4.a': not in list of loaded 
modules

I used the following config line:
./configure --prefix=/usr/local/apache \
        --activate-module=src/modules/php4/lilbphp4.a
and it worked with no errors that I could see.

At this point I'd be willing to start over with a dynamic installation if 
someone would just tell me how to get mod_so.c installed.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to