Changes between Initial Version and Version 1 of Ticket #35359


Ignore:
Timestamp:
Jul 27, 2012, 2:12:30 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35359

    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Keywords mountainlion added; "Mountain Lion" libwrap "TCP Wrappers" openssh removed
    • Property Priority changed from High to Normal
  • Ticket #35359 – Description

    initial v1  
    11When trying to build OpenSSH on Mountain Lion, it fails to configure due to libwrap check failure. The output I see is:
     2{{{
    23$ sudo port -d install openssh
    34...
    45checking for libwrap... configure: error: *** libwrap missing
    56...
    6 
     7}}}
    78
    89It looks like libwrap was removed from the OS X 10.8 SDK. I found two possible fixes:
    9 1. Change the configure option --with-tcp-wrapprs to --without-tcp-wrappers
    10 2. Change the MACOSX_DEPLOYMENT_TARGET variable to 10.7
     10 1. Change the configure option --with-tcp-wrapprs to --without-tcp-wrappers
     11 2. Change the MACOSX_DEPLOYMENT_TARGET variable to 10.7
    1112
    1213I am unsure what the consequences of option 1 are.