Hi,
I got install Apache + PHP by the standard way.
Now I supposed to install PHP with imap support to run a webmail.
So I did the follow steps:
cd apache_1.3.20
./configure
cd ../php-4.0.6
./configure --with-apache=../apache_1.3.20 --enable-track-vars --with-imap
make
make install
cd ../apache
Dear sir,
I installed,
on my new linux box (RH7.1) from tarball files,
openssl-0.9.6a
imap-2000.BETA.SNAPS-0107022325 (#make lnp SSLTYPE=unix)
J executed the imap test with ok result
(#openssl; OPENSSL>s_client -host xx.xx.xx.xx -port 993).
Installing apache from tarball
(apache_1.3.20.tar.gz)