Hello,
I found a helpful article on setting up Apache, PHP4, SSL, MySQL, on Solaris 2.8. However I ran into difficulties.
For one it appears the php code doesn't create libphp4.so even though chosing php4 options for apache point to this file.
There are no errors or warnings.
Can anyone shed light on this?
Specifically
Install Apache 1.3.28
./configure --prefix=/usr/local/apache
Install php-4.3.4
./configure --with-mysql=/usr/local/mysql --with-xml --with-apache=../apache_1.3.28 --with-curl=/usr/local --enable-track-vars
make
make install
Install MOD_SSL
./configure --with-apache=../apache_1.3.28
Go back to Apache dir
SSL_BASE=../openssl-0.9.7c; export SSL_BASE
./configure --enable-module=ssl --activate-module=src/modules/phpo4/libphp4.a --enable-module=php4 --prefix=/usr/local/apache --enable-shared=ssl
In the Apache httpd.conf file there is a AddModule and LoadModule line for libphp4.so. Yet a find on the entire drive turns up nothing.