I have adopted a server with Apache already configured and running, I am attempting the install and configure PHP
The first error I received was - unable to find httpd.h, I solved this by copying the files from the /src/include/ directory to my Apache dir.
I know get the following errors -
In file included from /usr/local/apache/httpd.h:72,
from sapi_apache.c:32:
/usr/local/apache/ap_config.h:77: ap_config_auto.h: No such file or directory
/usr/local/apache/ap_config.h:114: os.h: No such file or directory
In file included from /usr/local/apache/httpd.h:72,
from sapi_apache.c:32:
/usr/local/apache/ap_config.h:1367: warning: `XtOffsetOf' redefined
/usr/php-4.1.1/main/php.h:342: warning: this is the location of the previous definition
*** Error code 1
Stop in /usr/php-4.1.1/sapi/apache.
*** Error code 1
Stop in /usr/php-4.1.1/sapi/apache.
*** Error code 1
Stop in /usr/php-4.1.1/sapi.
*** Error code 1
Stop in /usr/php-4.1.1.
Is there a solution to the PHP install problem without reinstalling Apache ?
Many thanks
globalE