Hi, I m facing the same problem on HP-UX 11.11 my httpd -v results in # ./httpd -v Server version: HP-UX_Apache-based_Web_Server/2.0.48 Server built: i m using
configuring it as ./configure --enable-libgcc --with-apxs2=/opt/hpws/apache/bin/apxs
--with-oracle=/opt/oracle1/product/8.1.7 --with-oci8=/opt/oracle1/product/8.1.7 fails in make
stating /opt/apal3/lib/PHP/php-4.3.4/sapi/apache/sapi_apache.c: In
function `apache_php_module_main': /opt/apal3/lib/PHP/php-4.3.4/sapi/apache/sapi_apache.c:45:
error: `NOT_FOUND' undeclared (first use in this function) /opt/apal3/lib/PHP/php-4.3.4/sapi/apache/sapi_apache.c:45:
error: (Each undeclared identifier is reported only once /opt/apal3/lib/PHP/php-4.3.4/sapi/apache/sapi_apache.c:45:
error: for each function it appears in.) gmake: *** [sapi/apache/sapi_apache.lo] Error 1 changing to apxs2 in
above configure results in checking for Apache
2.0 handler-module support via DSO through APXS... expr:
An integer value was expected. configure: error: You
have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate
switch --with-apxs (without the 2) How can i resolve it. Is this resolved in 4.3.7 version. Many Thanks |