Bug 78776

Summary: Apache (mod_ssl) crashes when php module openssl is added.
Product: Ports & Packages Reporter: Morten Winther <freebsd>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Morten Winther 2005-03-13 12:20:01 UTC
Apache (mod_ssl) crashes when php module openssl is added. 

sw installed from ports

How-To-Repeat: Install Apache: apache+mod_ssl-1.3.33+2.8.22
install php: mod_php4-4.3.10_2,1
install extension: php4-openssl-4.3.10_2

start apache: apachectl startssl (and it dies)

remove extension=openssl.so from /usr/local/etc/php/extensions.ini
and apache starts and php works without openssl
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-03-13 17:11:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer of www/apache13-modssl.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2005-04-18 14:47:46 UTC
State Changed
From-To: open->feedback

To my knwoledge this is a PHP problem. 


Solutions: 

1. compile PHP without PHP 

2. compile PHP with static PHP
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2005-05-09 17:23:32 UTC
State Changed
From-To: feedback->closed


Workaround: 
Don't compile PHP with OpenSSL suport.