I'm running Apache/1.3.3 (Unix) (Red Hat Linux). It's included with the
Corel Linux distribution. I'm attempting to install php-4.0.4pl1 using
$./configure --with-mysql --with-apxs
Following the makefile command I receive the error-
sapi_apache.c:32 httpd.h: No such file or directory
sapi_apache.c:33 http_config.h: No such file or directory
sapi_apache.c:41 http_core.h: No such file or directory
sapi_apache.c:42 http_main.h: No such file or directory
sapi_apache.c:43 http_protocol.h: No such file or directory
sapi_apache.c:44 http_request.h: No such file or directory
sapi_apache.c:45 http_log.h: No such file or directory
sapi_apache.c:57 util_script.h: No such file or directory
make[3]: [sapi_apache.lo] Error 1
make[3]: Leaving directory '/usr/local/php-4.0.4pl1/sapi/apache'
make[2]: [all-recursive] Error 1
make[2]: Leaving directory '/usr/local/php-4.0.4pl1/sapi/apache'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/php-4.0.4pl1/sapi'
make: [all-recursive] Error 1
I'm fairly certain that I do not have httpd.h or the other files on my
machine. I have used the find files function and have also looked in all
relevant directories. Searching the Web I see that other are having similar
experiences but I have yet to see documentation on a resolution.
Please advise.
Thank you
Louis Frank