Upgrading PHP

From: Jeff D. Allen (allen@cs.dal.ca)
Date: Fri Aug 02 2002 - 17:08:12 EDT


Background:

  - Ultra Enterprise 4500
  - Solaris 7
  - Apache 1.3.12
  - PHP versions 4.0.4 & 4.0.6
    installing as dynamic module
  - gcc 2.95.2
  - GNU make 3.78.1

I've been trying to upgrade our PHP installation from version 4.0.4 to 4.0.6.
I run:

/opt/src/php-4.0.6# ./configure --prefix=/opt --with-apxs=/opt/web/apache/bin/apxs --with-oracle=/opt/oracle/8.0.4 --with-mysql=/opt/mysql --with-config-file-path=/opt/web/apache/conf
/opt/src/php-4.0.6# make -j 4 (tried with just make as well)
/opt/src/php-4.0.6# make install

with no problems at all. The timestamps in /opt/lib/php and /opt/include/php
update to the time the make install command was issued. Then when I restart
apache:

/opt/src/php-4.0.6# /opt/web/apache/bin/apachestl stop
/opt/src/php-4.0.6# /opt/web/apache/bin/apachestl start

apache starts fine but the error log reports:

Apache/1.3.12 (Unix) PHP/4.0.4 configured -- resuming normal operations

phpinfo() reports version PHP 4.0.4 as well

the php_version.h file however contains:

#define PHP_VERSION "4.0.6"

PHP was originally installed on this machine on Oct 2, 2001 and in /opt/bin
there is a php executable timestamped for that day. This file does not update
when I run make install. I do not remember having to do anything special to
get this executable before.

Any thoughts? Will summarize. Thanks!

-- 
--------------------------------------------------------------------
Jeff D. Allen, BCSc  ---------------------------------------------
Systems Administrator		Faculty of Computer Science
Dalhousie University		6050 University Ave. Halifax NS
Email: allen@cs.dal.ca		Web: http://www.cs.dal.ca/
------------------------------------------------------------------
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:24:42 EDT