apache and php installation..

hi
i need to install apache and php on my solaris server ..
can u tell me the procedure...
tell me as soon as possible..

You get precompiled binaries as packages from sunfreeware and do the usual, pkgadd as I recall:

Freeware List for SPARC and Solaris 10

If you are not root, you need to get non-package or compile from downloads.

Before you try anything

1) read the install documentation on httpd.apache.org
2) read the install documentation on php.net

3) install apache and get it working first
4) install php module and test it

if your new I would avoid trying to compile. you can run into depenency hell.

Apache comes pre-insttaled in Solaris 10 so you only need to compile and link PHP using Sun Studio C complier.

If you get the binary, there is no need to compile and link.