Click to See Complete Forum and Search --> : PHP install on Solaris 2.8... help?


Anon
07-29-2002, 01:55 PM
Hi,

I'm purchasing a small Sun box that's running Solaris v2.8. My engineer has said that he'd prefer to have compiled binaries, but I have been unable to find anything of the sort.

Does anyone know if there's pre-compiled binary for Sol v2.8, or perhaps of a good "how to" instruction sheet on compiling this ourselves?

Many Thanks,
Joe

ruido
07-30-2002, 10:55 AM
As far as I know, there are no package binaries for solaris,but I found this:

http://rpmfind.net/linux/RPM/openpkg/release/1.0/BIN/php-4.0.6-1.0.0.sparc64.html

I'm not familiar with 2.8, but maybe its useful..

For the hard way, get the sources:
http://www.php.net/downloads.php

Requirements:
http://www.php.net/manual/en/install.solaris.php

Overview/Quick install:
http://www.php.net/manual/en/install.unix.php

hope this helps

regards
marc

Anon
07-30-2002, 11:18 AM
Thanks!