[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 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] 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 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