#48240 closed defect (wontfix)
shibboleth @2.5.4_0 (with apache2) fails to create mod_shib_22.so
Reported by: | friesen.4@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | scantor (Scott Cantor) | |
Port: | shibboleth |
Description
shibboleth port does not create mod_shib_22.so which is needed (I'm pretty sure) to work with Apache 2.2.29 which is the version installed with the apache2 port.
Completely fresh install of macports, with no other ports.
sudo port install apache2 sudo port install shibboleth ls /opt/local/lib/shibboleth | grep mod_shib
gives only mod_shib_24.so with no mod_shib_22.so in sight.
[OS X 10.10.3, Xcode 6.4, Macports 2.3.3]
Change History (3)
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Cc: | snc@… removed |
---|---|
Owner: | changed from macports-tickets@… to snc@… |
comment:2 Changed 9 years ago by scantor (Scott Cantor)
comment:3 Changed 9 years ago by scantor (Scott Cantor)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The shibboleth portfile was not written to support the Macport of Apache, it builds against the Apple-supplied version, which is typically Apache 2.4 now.
In practice, what it actually does is autodetect any Apache apxs* file is finds in the path to decide what to do when the configure runs.