Fabian Aguirre wrote:

> Hi all!
> 

RE:>>> Checking for apache 1.x module support via DSO through APXS...
 > configure:error: Use --with-apxs2 with apache 2.x!!

AND RE:>> YOUR STATEMENT
./configure --prefix=/usr/local/php-4.2.0 \
 >  >--with-config-file-path=/usr/local/apache/conf \
 >  >--with-apxs=/usr/local/apache/bin/apxs
----------
Fabian....Did you try?
./configure --prefix=/usr/local/php-4.2.0 \
--with-config-file-path=/usr/local/apache2/conf \  (note apache2)
--with-apxs2=/usr/local/apache2/bin/apxs\ (note apxs2 and apache2)

Did you already get this resolved?   I have not tried the above but it 
seems that this is what the error message is grumbling about.

Good Luck!

Andrew Lietzow
The ACL Group, Inc.




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to