ID:               16791
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: SuSE 7.0
 PHP Version:      4.2.0
 New Comment:

Also, check what config.log has got about this check.

--Jani




Previous Comments:
------------------------------------------------------------------------

[2002-04-24 20:55:07] [EMAIL PROTECTED]

Are you sure? :)

What does

# /usr/local/httpd/bin/httpd -v

output? And I just checked, there is no such file in 1.3.23 release.
ap_mpm.h is ONLY found in apache2.

--Jani



------------------------------------------------------------------------

[2002-04-24 08:23:37] [EMAIL PROTECTED]

I was trying to compile php 4.2.0 with apache 1.3.23 on a SuSE 7.0
system using the following configure command:

./configure --with-apxs=/usr/local/httpd/bin/apxs --with-gettext
--with-xml --with-mysql --with-imap --with-gd --with-zlib

It then gives the error:
error: Use --with-apxs2 with Apache 2.x!
even though apache is version 1.3.23

After looking into the code of configure and commenting out these
lines:
# Test that we're trying to configure with apache 1.x
if test -f "$APXS_INCLUDEDIR/ap_mpm.h"; then
{ { echo "$as_me:5006: error: Use --with-apxs2 with Apache 2.x!" >&5
echo "$as_me: error: Use --with-apxs2 with Apache 2.x!" >&2;}
{ (exit 1); exit 1; }; }
fi

"configure", "make" and "make install" ran well without a problem. PHP
is now running fine. Is there a mistake in the check the configure
script is doing? The file it is checking for is there although I have
never had apache 2.X on the system.

A bug?

Erik Slooff

------------------------------------------------------------------------


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

Reply via email to