[PHP-DEV] Bug #14319 Updated: configure fails with apache-2_0_28

2001-12-03 Thread dapic

ID: 14319
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Compile Failure
Operating System: linux
PHP Version: 4.0.6
New Comment:

I got the cvs version today. configure script still looks for files under 
httpd-2_0_28/src/... 

Previous Comments:


[2001-12-03 04:11:12] [EMAIL PROTECTED]

You need PHP from CVS and use --with-apxs2 option.

--Jani




[2001-12-03 00:52:46] [EMAIL PROTECTED]

in redhat linux 7.1. 

I downloaded httpd-2_0_28 from apache, php-4.0.6 from php.net.

the php configure script searches .../httpd-2_0_28/src/include/ for include files 
while actually those header files are at .../httpd-2_0_28/include/.

but after I made a directory called .../httpd-2_0_28/src and moved everything in it, 
it still fails with these errors:

In file included from /usr/local/src/httpd-2_0_28/src/include/httpd.h:72,
 from sapi_apache.c:32:
/usr/local/src/httpd-2_0_28/src/include/ap_config.h:60:32: apr_optional_hooks.h:
 No such file or directory
In file included from sapi_apache.c:32:
/usr/local/src/httpd-2_0_28/src/include/httpd.h:657:21: apr_uri.h: No such file
or directory
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.6/sapi'
make: *** [all-recursive] Error 1





Edit this bug report at http://bugs.php.net/?id=14319edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14319: configure fails with apache-2_0_28

2001-12-02 Thread dapic

From: [EMAIL PROTECTED]
Operating system: linux
PHP version:  4.0.6
PHP Bug Type: Compile Failure
Bug description:  configure fails with apache-2_0_28

in redhat linux 7.1. 

I downloaded httpd-2_0_28 from apache, php-4.0.6 from php.net.

the php configure script searches .../httpd-2_0_28/src/include/ for include
files while actually those header files are at .../httpd-2_0_28/include/.

but after I made a directory called .../httpd-2_0_28/src and moved
everything in it, it still fails with these errors:

In file included from /usr/local/src/httpd-2_0_28/src/include/httpd.h:72,
 from sapi_apache.c:32:
/usr/local/src/httpd-2_0_28/src/include/ap_config.h:60:32:
apr_optional_hooks.h:
 No such file or directory
In file included from sapi_apache.c:32:
/usr/local/src/httpd-2_0_28/src/include/httpd.h:657:21: apr_uri.h: No such
file
or directory
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.6/sapi'
make: *** [all-recursive] Error 1
-- 
Edit bug report at: http://bugs.php.net/?id=14319edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]