#35359: OpenSSH configure fails on Mountain Lion ------------------------------------------------------------+--------------- Reporter: justus.c79@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.2 Keywords: "Mountain Lion" libwrap "TCP Wrappers" openssh | Port: openssh ------------------------------------------------------------+--------------- 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> MacPorts <http://www.macports.org/> Ports system for Mac OS