Re: [MacPorts] #13182: Apache2 failure to start due to mod_ssl loading problem under Mac OS X 10.5 Leopard
#13182: Apache2 failure to start due to mod_ssl loading problem under Mac OS X 10.5 Leopard -------------------------------+-------------------------------------------- Reporter: zach@copley.name | Owner: imajes@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: apache2, ssl, mod_ssl, Leopard -------------------------------+-------------------------------------------- Comment (by weimaraner@gmail.com): to build mod_ssl on leopard just be sure to use libtool 1.5.26 and you are good to go. - edit /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libtool/Portfile change version to 1.5.26 instead of 25 , change to proper checksums checksums md5 aa9c5107f3ec9ef4200eb6556f3b3c29 \ sha1 4c1738351736562a951a345e24f233d00953ec0a \ rmd160 4d1d7dd0308b98e8f590723ae5daddb8da49ac11 - save the file - install the new libtool $ sudo port install libtool - copy the new libtool over the apr's $ sudo mv /usr/share/apr-1/build-1/libtool /usr/share/apr-1/build-1/libtool.original $ sudo ln -s /opt/local/bin/glibtool /usr/share/apr-1/build-1/libtool - reinstall apache2 $ sudo port uninstall apache2 $ sudo port install apache2 - reactivate mod_ssl on your httpd.conf ( i guess you know how to do that ) - test yar' new apache+mod_ssl $ sudo /opt/local/apache2/bin/apachectl start -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13182#comment:13> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts