On Oct 21, 2011, at 10:54 AM, Steve Maser wrote: > So, I'm trying to set up cosign on a Mac OSX 10.7.2 server. > > I installed xCode 4.2 (Lion version) on the server. > > I downloaded cosign 3.1.2 and am attempting to follow the basic cosign > installation steps from here: > > http://webapps.itcs.umich.edu/cosign/index.php/Building_and_Installing_on_Mac_OS_X > > However, when I run the ./configure command indicated on that wiki page, it's > giving me responses that make me think it's not working properly (admittedly, > it's been probably over 1.5 years since I set up cosign on a 10.6.x server, > so I don't recall if this is expected or not?) > > > sudo ./configure --enable-apache2=/usr/sbin/apxs --enable-universal-binaries > \ --enable-krb --with-gss
Whoops -- nevermind. Wrong initial command: sudo ./configure --enable-apache2=/usr/sbin/apxs --enable-universal-binaries --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-darwin11.2.0 checking host system type... i686-apple-darwin11.2.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... /usr checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes configure: error: Building universal binaries on darwin11.2.0 is not suppo rted spy:cosign-3.1.2 ottadmin$ Sorry about that. Clearly the universal binaries line isn't needed with 10.7 Server but I should watch my copy/pasting! - Steve ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
