Hi,

In answer to your questions:

 >There is a sun package for PHP instalation on Sun/SPARC ?

No.

 >How to compile PHP in a correct way on that Solaris machine?

Follow the instructions for any UNIX machine.

 >How to integrate/install PHP to work with Apache ?

Again, follow the instructions.

 >Other things needed

A C compiler, Solaris hasn't shipped with a compiler for years and years. 
Get gcc 2.95.2 from:

http://www.sunfreeware.com/

you'll also want bison, flex and gnumake which I believe you can find as 
binaries on the same site (or if not, you can compile them from source with 
gcc).

Thats pretty much it, but if you have problems it will probably be to do 
with compiling PHP as a (non DSO) module of apache. I recommend using the 
--with-apxs= option on all builds of PHP on Solaris, as some modules (like 
mod_perl) don't seem to like compiling into the apache binary very much. 
Usually you'll have very little problem compiling PHP  for solaris.

Thanks,

C.Davies

At 10:53 AM 1/10/01 +0200, you wrote:


>Hi,
>
>I have to install PHP on the following system:
>
>- Sun running Solaris7 & Apache , SPARC platform
>
>If somebody can tell me:
>
>- There is a sun package for PHP instalation on Sun/SPARC ?
>- How to compile PHP in a correct way on that Solaris machine?
>- How to integrate/install PHP to work with Apache ?
>- Other things needed
>
>Thank you for responses,
>
>Adrian Florea
>[EMAIL PROTECTED]
>http://www.bcu-iasi.ro
>
>
>--
>PHP Install 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]


-- 
PHP Install 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