I have attempted to compile and install PHP using the 'Static' method
described in the INSTALL file that comes with php
php configured with:
./configure --with-mysql --with-pgsql --with-apache=/usr/local/apache/apache
_1.3.22/ (make => make install)
php.ini was copied to:
/usr/local/lib/php.ini
r 23, 2002 5:24 AM
To: M. Ben Nicolas
Cc: John Coder; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] PHP install problem, engine not parsing php
files
If your trying to compile the PHP binary instead of building it
into PHP, you need to drop the --with-apache line and add something
like:
--prefix=/
php from the command line it's like nothing gets installed,
> I wipe config.status too before I try to re-install
>
> -Original Message-
> From: John Coder [mailto:jcoder@;insightbb.com]
> Sent: Tuesday, October 22, 2002 1:40 PM
> To: [EMAIL PROTECTED]
> Subjec
tatus too before I try to re-install
-Original Message-
From: John Coder [mailto:jcoder@;insightbb.com]
Sent: Tuesday, October 22, 2002 1:40 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] PHP install problem, engine not parsing php
files
On Mon, 2002-10-21 at 22:45, M. Ben Nicolas wro
I have attempted to compile and install PHP using the 'Static' method
described in the INSTALL file that comes with php
php configured with:
./configure --with-mysql --with-pgsql --with-apache=/usr/local/apache/apache
_1.3.22/
php.ini was copied to:
/usr/local/lib/php.ini
I have un-commented in