Hi,

I'm having a problem installing Apache+SSL+PHP on Solaris 7.

Apache says the server successfuly started, but libhttpd.ep core dumps and nothing happens. There is nothing in the logs, of course...

Here's how I'm building everything:

First, I build openssl-0.9.6d:

sh config no-idea -fPIC
make

Then, I patch the Apache src with mod_ssl 2.8.9:

./configure --with-apache=../apache_1.3.26

Then I build Apache 1.3.26:

SSL_BASE=../openssl-0.9.6d ./configure --enable-module=so --enable-shared=info --enable-module=status --enable-shared=auth_dbm --prefix=/local/www/httpd --enable-rule=SHARED_CORE --enable-module=ssl --enable-shared=ssl
make
make certificate
make install

And finally, PHP 4.1.2 (with Oracle 8 support)

./configure --with-apxs=/local/www/httpd/bin/apxs --with-gd=no --prefix=/local/www/httpd --with-oci8=/local/oracle/product/8.1.7
make
make install

These exact same steps produce a working version for Solaris 8, and used to produce working versions for previous Apache releases.

Ideas, anyone?

Thanks,

Nuno

    I had to do the apache ./configure

    then do the whole php build
    ./configure, make, make install

    then do the make's for apache

    ok, it was on Solaris 8, but it did work fine, with exactly these versions php & apache

      Can't do that. Apache needs to be installed before I can run make install for PHP. It won't find apxs.

      Nuno

        Write a Reply...