Assuming that you just want a standard installation, the easiest way to do
it is to compile and install apache, then compile php as a DSO module
(dynamic linking). It's really quite easy.
Extract your apache source distribution (http://httpd.apache.org) then from
in that directory type ./configure --enable-module=so
Then type "make", wait ages, then finally "make install".
Then to compile and install php, extract the source distribution
(http://www.php.net) then from in that directory type
./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/
usr/local/apache/conf
Then type "make", wait ages, then finally "make install".
Then your httpd.conf (apache configuration file) will be in
/usr/local/apache/conf and you can copy the file php.ini-dist (created upon
install) to /usr/local/apache/conf
Finito.
If something goes wrong, consult this mailing list or an apache mailing list
or the appropriate documentation.
Hope that helps,
Josh Lokot
> ----- Original Message -----
> From: "Robert Hoffmann" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 10, 2001 6:57 PM
> Subject: [PHP-INST] Installing PHP under Solaris 8
>
>
> > Hi,
> >
> > I have to install PHP on the following system:
> >
> > - Sun running Solaris 8 & Apache
> >
> > What information do I need?
> >
> > - How to compile PHP in a correct way on that Solaris machine
> > - How to integrate/install PHP to work with Apache
> > - Everything else to make it work:-)
> >
> > Thank you for every quick answer (I have to go online with this system
in
> 1
> > week:-(((( ).
> >
> >
> > --
> > 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]