On Tue July 23 2002 20:25, MET wrote:
> 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?
>

er.... why not use ports?.......... 

cd /usr/ports/www/apache2
make -DWITH_APXS install clean
cd /usr/ports/www/mod_php4
make -DWITH_APACHE2 install clean




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to