DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44384>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44384

           Summary: mod_ssl on MacOS X 10.5.1 does not work because of
                    incorrect configure script
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: Macintosh
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


2.2.8 on Leopard (Mac OS X 10.5.1) can be built and installed, but if mod_ssl 
is included, it fails at 
runtime.
The failure is owed to missing symbols (_ssl_cmd_SSLCACertificateFile for 
example).

I traced this to the option -export-symbols-regex ssl_module set by configure.

If this is changed to -export-symbols-regex ".*[Ss][Ss][Ll].*" all the required 
symbols are exported.
The problem does not manifest itself on 10.4.x with the same 
export-symbols-regex ssl_module.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to