Re: [PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread Rasmus Lerdorf
ason k Larson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 5:30 PM > To: PathFinder Software > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Wrong version displayed after upgrading to > php-4.2.3 > > > use: > --with-mysql=/usr/lib/mysql > > HTH, > Jason k

Re: [PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread Rasmus Lerdorf
On Tue, 18 Feb 2003, Jason k Larson wrote: > use: > --with-mysql=/usr/lib/mysql No, in almost all cases it is wrong to have "lib" or "include" in a --with path. (including this time) -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread PathFinder Software
ateSoftware.net -Original Message- From: Jason k Larson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 5:30 PM To: PathFinder Software Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Wrong version displayed after upgrading to php-4.2.3 use: --with-mysql=/usr/lib/mysql HTH,

Re: [PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread Jason k Larson
use: --with-mysql=/usr/lib/mysql HTH, Jason k Larson PathFinder Software wrote: Hi, During the configure I get this error message. configure: error: Cannot find header files under /var/lib/mysql a whereis mysql produce the following output: mysql: /usr/bin/mysql /usr/lib/mysql /usr/include/m

[PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread PathFinder Software
Hi, During the configure I get this error message. configure: error: Cannot find header files under /var/lib/mysql a whereis mysql produce the following output: mysql: /usr/bin/mysql /usr/lib/mysql /usr/include/mysql /usr/share/mysql /usr/man/man1/mysql.1 /usr/man/man1/mysql.1.gz I have MySQL i

Re: [PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread Jason k Larson
if you did a 'make install' and didn't receive any errors, then I'd suggest making sure you restarted the Apache daemon, if that still resolves to the older version, then check the paths to the /path/to/apache/libexec/libphp.so You can look at the date/time stamp of the file to determine if the

Re: [PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread Larry E. Ullman
I upgraded PHP from 4.0.3pl1 to php-4.2.3 on my Apache/1.3.14 using 'apxs' and I did not received any errors during the configure and make. The installation seems to have gone just fine. However, when I load a phpinfo.php document I get the 4.0.3pl1 version displayed??? What can be wrong and what

[PHP] Wrong version displayed after upgrading to php-4.2.3

2003-02-18 Thread PathFinder Software
Hi, I upgraded PHP from 4.0.3pl1 to php-4.2.3 on my Apache/1.3.14 using 'apxs' and I did not received any errors during the configure and make. The installation seems to have gone just fine. However, when I load a phpinfo.php document I get the 4.0.3pl1 version displayed??? What can be wrong and