Bug 36303

Summary: Apache with mod_php4 wont run if mod_php4 compled with IMAP-SSL support
Product: Ports & Packages Reporter: Vladimir G. Drobyshevsky <vlad>
Component: Individual Port(s)Assignee: dirk
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vladimir G. Drobyshevsky 2002-03-25 14:20:02 UTC
ru_apache-1.3.22+mod_ssl with mod_php4 4.1.2 (and 4.1.1 before) didn't start if mod_php4 compiled with IMAP-SSL support.

creature# apachectl start
Syntax error on line 239 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "ssl_onceonlyinit"
/usr/local/sbin/apachectl start: httpd could not be started

After compiling mod_php4 without IMAP-SSL support that problem is out.

How-To-Repeat: Just build mod_php4 with IMAP-SSL support and type "apachectl start"
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-03-26 08:00:48 UTC
Responsible Changed
From-To: freebsd-ports->dirk

Over to maintainer
Comment 2 dirk freebsd_committer freebsd_triage 2002-09-15 10:50:34 UTC
State Changed
From-To: open->closed

cclient has to be compiled using WITH_SSL for using IMAP-SSL support.