Here are instructions that worked for me, although the PHP compilation tends
to be a bit finicky about which version/type of 'make' you use...

assumes apache_1.3.14.tar is in /var/apache
# cd /var/apache
# tar -xvf apache_1.3.14.tar
# cd apache_1.3.14
# ./configure --prefix=/var/apache

assumes php-4.0.4pl1.tar is in /var/php
# cd /var/php
# tar -xvf php-4.0.4pl1.tar
# cd php-4.0.4pl1
# ./configure --with-mysql=/var/mysql \
-> --with-xml \
-> --with-apache=/var/apache/apache_1.3.14 \
-> --enable-track-vars
# make
# make install
# cp php.ini-dist /usr/local/lib/php.ini
go into php.ini and change “max_execution_time = 60” [originally 30--this is
a change recommended on Devshed]

# cd /var/apache/apache_1.3.14
# ./configure \
-> --activate-module=src/modules/php4/libphp4.a \
-> --enable-module=php4 \
-> --prefix=/var/apache \
# make
# make install

O-                         ~ARK
CFO, Hmedicine.com, Inc.
The only European country with which we have not gone to war is
Portugal...and that was probably an oversight...The Right Honorable John
Major

> -----Original Message-----
> From: Erich Kolb [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 30, 2001 4:30 PM
>
> Does anyone know where to obtain instructions on how to upgrade to PHP
> 4.04pl1?  Has anyone done this yet?  What kind of problems did
> you run into?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to