Hi! > trying to install a LAPS System on a SSL Server, > we encounter serious problems under red hat 7.1. > > When installing apache with mod_ssL and mod_perl > no problems encounter until configuring php to use > '--with-sapdb=/opt/sapdb/interfaces/odbc' the SSL -Server > crash. > (When libphp4.so is enabled in the httpd.conf and libssl.so too, > the apache server crash, if only one of the two libs is enabled > the apache server works fine !?!)
Did you statically link your apache binary to libpthread.so? If not, please try to do. It helped me a lot. Regards, Carsten