Re: PHP Installation Issues

2002-07-23 Thread Roman Neuhauser
> 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 > >

Re: PHP Installation Issues

2002-07-23 Thread Gary Dunn
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

Re: PHP Installation Issues

2002-07-23 Thread Mark Rowlands
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

PHP Installation Issues

2002-07-23 Thread MET
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