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