From: Steve M. <ma...@um...> - 2016-09-03 03:57:54
|
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 |