I'm
trying to install the PHP 4.2.2. My ./configure command looks like
this:
./configure --with-mysql --with-xml
--with-apache=../httpd-2.0.39 --enable-ftp --enable-short-tags
--enable-track-vars
Up
one level is the httpd-2.0.39 dir which is Apache2. On it I've only run:
./configure
--prefix=/usr/local/apache as to set its
directory. I have not run "make" or "make install" on apache as a tutorial i've read says to do
it later. So anyways. when I run the ./configure command for PHP I get this
error:
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... configure: error: --with-apache does not work with Apache 2.x!
Any ideas on what I am doing wrong and
how to fix it?
/**************************************************************
Matthew Metnetsky
**************************************************************/
