On Thu, 13 Jul 2000, Oleg Makarenko wrote:

> I am trying to build apache1.3.12+mod_ssl+php as shared modules. A lot
> of php extensions are also build as so (gd.so, mysql.so, oci8.so, xml.so
> etc etc). When I start apache with mod_ssl disabled everything works
> fine but if I enable it apche coredumps at startup. mod_ssl works fine
> with php module disabled and visa versa. With some experimentation I
> have found that if I change lines
> 
    I had some problems like this myself.  There were a couple of things I
did that seemed to help.
   (1) clean out the previous installation of apache entirely, build with
mod_ssl first (don't use the "--with-eapi-only" option).
   (2) do a "make distclean" on the PHP source tree, otherwise they have
leave some old configuration files laying around (make clean is not
sufficient) that screw up (particularly building with gd seemed to be a
problem).
   (3) make sure mhash and mcrypt are compiled with posix threads
disabled.

   I'm not claiming all of these are necessary, particulary (2) may be
more important than (1).
   Wave the dead chicken,

Lynn


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to