[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ550 upgrade PHP to 4.3.0 ?
- Subject: Re: [cobalt-users] RaQ550 upgrade PHP to 4.3.0 ?
- From: "Brian N. Smith" <support@xxxxxxxxxx>
- Date: Fri Jan 24 18:17:05 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
---- Original Message -----
From: "Mike Sisson"
Subject: [cobalt-users] RaQ550 upgrade PHP to 4.3.0 ?
> I would like to know if anybody has upgraded the php on a RaQ550 from it's
> current 4.0.6 to the new 4.3.0 ?
>
> if so is it smooth sailing ? any stumbling blocks along the way ?
>
> I notice that the GUI admin on the RaQ550 is PHP based... so this is
> probably a concern when upgrading php ?
>
> I would like to get 4.3.0 on this RaQ550 I have, in order to make my
design
> team happy and thus make their clients happy ;)
>
> Mike Sisson
Mike,
It is easy for the most part, if you know how to compile software. You can
take
your "compile" line from your php_info, remove the single quotes, and pretty
much
use that line. You may need to change a few things.
You want to change the location of php.ini file. And also you extension dir
(in
your php.ini). DO NOT DO A MAKE INSTALL.
./compile <string>
make
then manually move the .libs and the modules dir. There are a few people
that
offer it via pkg. We have one (http://www.nuonce.net/cobalt.php), and Solar
Speed also has one for sale as well.
Well, good luck, and happy coding.
~Brian