Opened 12 years ago

Last modified 12 years ago

#35359 closed defect

OpenSSH configure fails on Mountain Lion — at Initial Version

Reported by: justus.c79@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: mountainlion Cc:
Port: openssh

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.

Change History (0)

Note: See TracTickets for help on using tickets.