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 test or steps do I need to perform to
correct this?


I suspect the previous PHP installation is still cached. Do a make 
distclean or remove the config.cache file before you configure/make.

Larry


--
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 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 
PHPv4.2.3 install overwrote the older one successfully or not.  If you 
still have problems, then you might need to check the path you are 
giving to the --with-apxs for compiling PHP.

HTH,
Jason k Larson


PathFinder Software wrote:
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 what test or steps do I need to perform to
correct this?

Regards,

Normand J. Charette
PathFinder Software/Affiliate Software
[EMAIL PROTECTED]
www.AffiliateSoftware.net






--
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 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/mysql
/usr/share/mysql /usr/man/man1/mysql.1 /usr/man/man1/mysql.1.gz

I have MySQL installed where the databases are in the
/var/lib/mysql directories.

Where can I locate the header files the installer is complaining
about. Is it the same directory where mysqld is installed?

what should I use for the ./configure --with-mysql=/usr/bin/mysql

I tried the above and it does not work. Does it make a difference
if MySQL is running or not during the PHP upgrade?

Regards,

Normand J. Charette
PathFinder Software/Affiliate Software
[EMAIL PROTECTED]
www.AffiliateSoftware.net


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 test or steps do I need to perform to
correct this?

Regards,

Normand J. Charette
PathFinder Software/Affiliate Software
[EMAIL PROTECTED]
www.AffiliateSoftware.net


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






--
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
Now I get a Config file error.

apxs:Error: Config file /etc/httpd/conf/httpd.conf not found
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/var/mnt/System/php-4.2.3'
make: *** [install-recursive] Error 1

On my distribution I have the httpd.conf in the
/var/conf/apache/users
I use the following ./configure i include the following:

CFLAGS=-g -O3 \
./configure \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/netmax/sbin/apxs \
--with-config-file-path=/var/conf/apache/users \
--enable-versioning \
--enable-ftp \
--enable-bcmath \
--disable-debug \
--enable-memory-limit=yes \
--enable-track-vars

As you can see I give the full path on the line:
--with-config-file-path=/var/conf/apache/users \

Why am I getting this error?

Anything I can test or force?

Regards,

Normand J. Charette
PathFinder Software/Affiliate Software
[EMAIL PROTECTED]
www.AffiliateSoftware.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,
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/mysql
 /usr/share/mysql /usr/man/man1/mysql.1 /usr/man/man1/mysql.1.gz

 I have MySQL installed where the databases are in the
 /var/lib/mysql directories.

 Where can I locate the header files the installer is
complaining
 about. Is it the same directory where mysqld is installed?

 what should I use for the
./configure --with-mysql=/usr/bin/mysql

 I tried the above and it does not work. Does it make a
difference
 if MySQL is running or not during the PHP upgrade?

 Regards,

 Normand J. Charette
 PathFinder Software/Affiliate Software
 [EMAIL PROTECTED]
 www.AffiliateSoftware.net


 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 test or steps do I need to perform
to
 correct this?

 Regards,

 Normand J. Charette
 PathFinder Software/Affiliate Software
 [EMAIL PROTECTED]
 www.AffiliateSoftware.net


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
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 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 Rasmus Lerdorf
Did you move things around after installing Apache?  The apxs program
needs to know where these various Apache files are.  Somehow your apxs is
out of synch with where your files actually are.  Either re-install using
whatever mechanism you use or edit your apxs script and teach it about
your paths.

-Rasmus

On Tue, 18 Feb 2003, PathFinder Software wrote:

 Now I get a Config file error.

 apxs:Error: Config file /etc/httpd/conf/httpd.conf not found
 make[1]: *** [install-sapi] Error 1
 make[1]: Leaving directory `/var/mnt/System/php-4.2.3'
 make: *** [install-recursive] Error 1

 On my distribution I have the httpd.conf in the
 /var/conf/apache/users
 I use the following ./configure i include the following:

 CFLAGS=-g -O3 \
 ./configure \
 --with-mysql=/usr/local/mysql \
 --with-apxs=/usr/netmax/sbin/apxs \
 --with-config-file-path=/var/conf/apache/users \
 --enable-versioning \
 --enable-ftp \
 --enable-bcmath \
 --disable-debug \
 --enable-memory-limit=yes \
 --enable-track-vars

 As you can see I give the full path on the line:
 --with-config-file-path=/var/conf/apache/users \

 Why am I getting this error?

 Anything I can test or force?

 Regards,

 Normand J. Charette
 PathFinder Software/Affiliate Software
 [EMAIL PROTECTED]
 www.AffiliateSoftware.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,
 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/mysql
  /usr/share/mysql /usr/man/man1/mysql.1 /usr/man/man1/mysql.1.gz
 
  I have MySQL installed where the databases are in the
  /var/lib/mysql directories.
 
  Where can I locate the header files the installer is
 complaining
  about. Is it the same directory where mysqld is installed?
 
  what should I use for the
 ./configure --with-mysql=/usr/bin/mysql
 
  I tried the above and it does not work. Does it make a
 difference
  if MySQL is running or not during the PHP upgrade?
 
  Regards,
 
  Normand J. Charette
  PathFinder Software/Affiliate Software
  [EMAIL PROTECTED]
  www.AffiliateSoftware.net
 
 
  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 test or steps do I need to perform
 to
  correct this?
 
  Regards,
 
  Normand J. Charette
  PathFinder Software/Affiliate Software
  [EMAIL PROTECTED]
  www.AffiliateSoftware.net
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php