> I did recompile Apache after building the new PHP.
And you installed the new httpd in the right place? Check the timestamp
on the binary.
-Rasmus
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
T
Rasmus Lerdorf <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I used the following
> >
> >
./configure --with-mysql --enable-track --with-config-file-path=/www/conf --
> > with-pdflib=/usr/local/pdflib --with-apache=/usr/local/httpd
> >
> > phpinfo() says I
> I used the following
>
> ./configure --with-mysql --enable-track --with-config-file-path=/www/conf --
> with-pdflib=/usr/local/pdflib --with-apache=/usr/local/httpd
>
> phpinfo() says I used
>
> ./configure' '--with-mysql=/usr/local/mysql'
> '--with-config-file-path=/www/conf' '--with-apache=../
; '--with-apache=../httpd'
'--enable-track-vars'
Does this make it easier to figure out what I did wrong??
Thanks
- Original Message -
From: Rasmus Lerdorf <[EMAIL PROTECTED]>
Newsgroups: php.install
Sent: Wednesday, January 17, 2001 1:35 PM
Subject: Re: [PHP-INST] Up
Which configure flags did you use to compile PHP? (hint, they are listed
in the config.status file) Compare these to the flags you used when you
built the previous one. (these are listed on the phpinfo() page)
-Rasmus
On Wed, 17 Jan 2001, Tom Harris wrote:
> Hi folks,
>
> I'm trying to upgra