#35359: OpenSSH configure fails on Mountain Lion ----------------------------------+----------------------------------------- Reporter: justus.c79@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: mountainlion | Port: openssh ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => jwa@… * priority: High => Normal * keywords: "Mountain Lion" libwrap "TCP Wrappers" openssh => mountainlion Old description:
When trying to build OpenSSH on Mountain Lion, it fails to configure due to libwrap check failure. The output I see is: $ sudo port -d install openssh ... checking for libwrap... configure: error: *** libwrap missing ...
It looks like libwrap was removed from the OS X 10.8 SDK. I found two possible fixes: 1. Change the configure option --with-tcp-wrapprs to --without-tcp- wrappers 2. Change the MACOSX_DEPLOYMENT_TARGET variable to 10.7
I am unsure what the consequences of option 1 are.
New description: When trying to build OpenSSH on Mountain Lion, it fails to configure due to libwrap check failure. The output I see is: {{{ $ sudo port -d install openssh ... checking for libwrap... configure: error: *** libwrap missing ... }}} It looks like libwrap was removed from the OS X 10.8 SDK. I found two possible fixes: 1. Change the configure option --with-tcp-wrapprs to --without-tcp- wrappers 2. Change the MACOSX_DEPLOYMENT_TARGET variable to 10.7 I am unsure what the consequences of option 1 are. -- -- Ticket URL: <https://trac.macports.org/ticket/35359#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS