Page 1 of 1

Compiling PHP 4 on localhost on apache2 and apache 1.3.29

Posted: Wed Sep 01, 2004 3:50 pm
by macunkie
I have both apache2 and apache 1.3.29 installed at /usr/local

My oringinal installation of PHP4 includes:

--with-apxs2=/usr/local/apache2/bin/apxs \

PHP4 works fine with apache2. I want to recompile so PHP4 works
with apache 1.3.29. My question is :

Can I use in my ./configure both:

--with-apxs2=/usr/local/apache2/bin/apxs \
and
--with-apxs=/usr/sbin/apxs

Will both directives work in the configuration?

thanks,

Solved: The answer is NO. When compiling php4 I needed to include either --with-apex="etc,..." OR -- --with-apxs2="etc,..."

NOT BOTH.

SOLVED

Posted: Fri Sep 03, 2004 4:56 pm
by macunkie
Solved: The answer is NO. When compiling php4 I needed to include either --with-apex="etc,..." OR -- --with-apxs2="etc,..."

NOT BOTH.