Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#15027 closed defect (duplicate)

apache2 breaks mod_ssl support

Reported by: synfinatic@… Owned by: imajes@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

well documented here: http://www.nabble.com/Apache2:-Default-configuration-does-not-work--td13526854.html

basically, edit the modules/ssl/config.m4 and comment out the line (near the bottom):

APR_ADDTO(MOD_SSL_LDADD, [-export-symbols-regex ssl_module])

Otherwise, apache configurations using ssl will fail to run.

problem was in apache 2.2.6 and is in 2.2.8 too.

Change History (4)

comment:1 Changed 16 years ago by synfinatic@…

oh, in case it wasn't obvious, after editing the file, you must re-run autoconf, and then configure

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Milestone: Port Bugs
Owner: changed from macports-tickets@… to imajes@…

Assigning to maintainer.

comment:3 Changed 16 years ago by gui-dos (Guido Soranzio)

Resolution: duplicate
Status: newclosed

Duplicate of #13182.

This is an effective workaround:

platform darwin 9 {
        depends_build-append port:gawk
        post-extract {
                reinplace "s|-export-symbols-regex ssl_module||g" ${worksrcpath}/configure
        }
}

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.