[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Update PHP 4.0.3pl1 to PHP 4.0.4pl1 on RAQ 4r



Yep, absolutely no problems. Just use the standard options.
Ive done it a million times :)
I use:
cd /root
tar zxvf php4.0.4pl1.tar.gz
cd php-4.0.4pl1
./configure --with-mysql --with-apxs --with-zlib --with-ftp
make
make install
cd /etc/httpd/conf
pico httpd.conf
## change the loadmodule of php4 to:
LoadModule php4_module        /usr/lib/apache/libphp4.so
## it could also be duplicate
## save httpd.conf
/etc/rc.d/init.d/httpd restart
## you can check if it runs through:
## telnet localhost 80
## HEAD / HTTP/1.0
## 2x enter
## read the Server: line.

Goodluck!

At 20:14 6-4-2001 +0200, you wrote:
Hello,

Can I safely update PHP from 4.0.3pl1 (preinstalled) to PHP 4.0.4pl1 on my
new RAQ 4r installing from PHP source? Thanks in advance.

Best regards,
Miomir