Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Rasmus Lerdorf
> 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

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Tom Harris
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

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Rasmus Lerdorf
> 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=../

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Tom Harris
; '--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

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Rasmus Lerdorf
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