OS: Solaris 8
PHP: 4.3.1
Imap: c-client (imap_2002.RC7)
SSL: openssl 0.9.7b
Apache: 1.3.27 (built with ssl)
gcc: 2.95.3
My setup works absolutely fine until I build
php with imap support. Note the apache
delivers SSL OK prior to imap install.
./configure \
--enable-track-vars \
--with-informix \
--with-openssl=/usr/local/ssl \
--with-imap \
--with-imap-ssl=/usr/local/ssl \
--enable-safe-mode \
--prefix=${PHPHOME} \
--with-apxs=${WEBHOME}/bin/apxs \
--enable-trans-sid \
--enable-inline-optimization
I don't see any errors or warnings but after
installation then apache will not start (no errors
in any of the logs).
Any straws gratefully grasped
Paul