Opened 12 years ago

Last modified 12 years ago

#35359 closed defect

OpenSSH configure fails on Mountain Lion — at Version 1

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 (1)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: mountainlion added; "Mountain Lion" libwrap "TCP Wrappers" openssh removed
Owner: changed from macports-tickets@… to jwa@…
Priority: HighNormal
Note: See TracTickets for help on using tickets.