You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by sysy <sy...@myrealbox.com> on 2003/05/29 22:57:03 UTC

[users@httpd] php4 module installation

I've got apache 1.3.27 source, and I've already compiled php 4.3.2 from
source with:

#./configure --enable-force-cgi-redirect --with-apache=../apache_1.3.27/

However, when faced with compiling apache, I cannot appear to include
the php module.

If I were to do one of these:

./configure --add-module=src/modules/php4/mod_php4.c
./configure --activate-module=src/modules/php4

then the apache `make` would fail with:

===> src/modules/extra

gcc -c  -I../../os/unix -I../../include   -DNETBSD -DUSE_EXPAT \
-I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` mod_php4.c

mod_php4.c:22: php_apache_http.h: No such file or directory

*** Error code 1


I am unsure what I'm doing wrong at this point.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org