Hi, I'm having a strange problem with all this... php (as DSO) and apache (+SSL support via mod_ssl module (not DSO)) compile fine. Once installed, everything ok too. The problem arise when I define ErrorLog directives in virtualhosts of httpd.conf. If I define only one Errorlog it goes ok. If I define 2 (one in each vituelhost for ex), httpd catch a SIGSEGV Trussing showed the probleme came from php. After multiple recompile, I finaly found it was due to the option --with-openssl. You'll ask me why ??? I still don't know. The strange thing is : -openssl, as said in the doc, is only used by SNMP. I don't use SNMP. Why is this making trouble ? -openssl seems not to be compiled in : (from ./configure) checking for OpenSSL support... no -why does the problem appear only when I have more than one ErrorLog directive ? any idea welcome... For now, the solution is not to use "--with-openssl" at php configure time. -> php devloppers : what happens when one define --with-openssl and not --with-snmp ?? is this really only used by snmp ? Anyone experienced this problem ?? Cheers, Prune -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]