Ticket #13182 (closed defect: fixed)
Apache2 failure to start due to mod_ssl loading problem under Mac OS X 10.5 Leopard
Description
After installing a fresh version of MacPorts on Leopard, and installing Apache2, I was unable to get Apache2 to start because of a problem in ssl_module (modules/mod_ssl.so).
Several other people seem to be experiencing the same prob.
to wit: http://www.nabble.com/Apache2-mod_ssl-fails-tf4717982.html
Here's what happens when I try to start Apache2:
Shenandoah:apache2 zcopley$ apache2ctl start httpd: Syntax error on line 96 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_ssl.so into server: Symbol not found: _ssl_cmd_SSLCACertificateFile\n Referenced from: /opt/local/apache2/modules/mod_ssl.so\n Expected in: flat namespace\n
A temp work-around is simply to comment the LoadModule line out in httpd.conf.
Change History
Note: See
TracTickets for help on using
tickets.

