> Subject: Re: PHP Installation Issues
> From: Gary Dunn <[EMAIL PROTECTED]>
> To: Mark Rowlands <[EMAIL PROTECTED]>
> Cc: MET <[EMAIL PROTECTED]>,
> freebsd-questions <[EMAIL PROTECTED]>
> Date: 23 Jul 2002 12:04:05 -1000
>
>
On Tue, 2002-07-23 at 10:58, Mark Rowlands wrote:
>
> 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
How did you know to use those -D flags? I agree that using ports is
often b
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
Title: Message
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