You might be right about this.   xCode 7.2.1 (the one offered for 10.10 from 
the AppStore) has ssl.h here:

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/openssl/ssl.h

and

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/openssl/ssl.h



But xCode 7.3.1 (offered to 10.11) has it here:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include/openssl/ssl.h


Thoughts as to what I’d need to modify in the config so it would find this 
version?  (It looks like the Xcode 8 beta does not even have ssl.h anywhere 
within it…)

- Steve



> On Sep 3, 2016, at 7:17 PM, Liam Hoekenga <[email protected]> wrote:
> 
> I think I've had to point it at a MacPorts install of OpenSSL.  If you look 
> at config.log, I think the version that comes w OS X may be missing the .h 
> files
> 
> Liam
> 
> On Friday, September 2, 2016, Steve Maser <[email protected] 
> <mailto:[email protected]>> wrote:
> Hey all…
> 
> Simple question:   what needs to be modified to run “configure” on Mac OSX 
> 10.11?
> 
> when I try it with System Integrity Protection *disabled* (using xCode 7.2.1 
> with the command line tools) and cosign 3.2.0, I get this:
> 
> ./configure --enable-apache2=/usr/sbin/apxs --enable-krb --with-gss
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for a BSD-compatible install... /usr/bin/install -c
> checking build system type... i686-apple-darwin15.6.0
> checking host system type... i686-apple-darwin15.6.0
> checking for inet_ntoa in -lnsl... no
> checking for socket in -lsocket... no
> apache 1.3 not enabled
> checking for apache 2... using apxs2 as '/usr/sbin/apxs'
> apache 2 filter will be built
> lighttpd not enabled
> checking for krb... Kerberos found at /usr
> mysql not enabled
> checking for gss... /usr
> checking for ssl... configure: error: cannot find ssl libraries
> 
> 
> (trying it with SIP enabled, barely got anywhere…)
> 
> 
> I tried to search through the archives, but didn’t find anything explicit 
> about this error with the ssl libraries.
> 
> Anybody have any suggestions?   And if they fixed this part, is there 
> anything additional that needs modifying to make it work on 10.11?
> 
> Thanks!
> 
> - Steve
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Cosign-discuss mailing list
> [email protected] <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/cosign-discuss 
> <https://lists.sourceforge.net/lists/listinfo/cosign-discuss>

------------------------------------------------------------------------------
_______________________________________________
Cosign-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to