[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] Upgrading PHP
- Subject: RE: [cobalt-developers] Upgrading PHP
- From: BSmith@xxxxxxxxxxx
- Date: Tue Jun 17 11:42:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
-----Original Message-----
From: Raq Admin [mailto:raq@xxxxxxxxxxxxx]
Sent: Tuesday, June 17, 2003 1:50 PM
To: cobalt-developers@xxxxxxxxxxxxxxx
Subject: [cobalt-developers] Upgrading PHP
I need to upgrade my PHP 4.0.6 on my RaQ550.
I have heard horror stories of impact to control panel with PHP
upgrades. What is the best way to attack this?
Thanks
GNH
_______________________________________________
The best way? Purchase a premade package :)
www.nuonce.net
www.solarspeed.net
Outside of paying for one ... you can go ahead and compile it
./configure (options)
make
Here are some how tos:
http://www.nuonce.net/cobalt-php.php
http://www.uk2raq.com/raqfaq/raqfaqshow.php?faq=43
Don't do a "make install" though, you will mess up your GUI!
You need to copy ./libs/libphp4.so to your module directory, and
change the filename ... you may also consider installing the rest
of the bins & extensions ... installing by hand can be complicated,
but it is possible!
Thanks,
Brian