./config alone won't enable Kerberos support, won't create a shared/
dynamic library, won't use zlib:
Configuring for darwin-i386-cc
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
no-shared [default]
no-zlib [default]
no-zlib-dynamic [default]
And true
./config alone won't enable Kerberos support. Also, it won't create a
shared/dynamic library and won't use zlib:
$ ./config
(...)
Configuring for darwin-i386-cc
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
no-shared [default]
no-zlib [default]
no-zlib-dy
al Message -
From: "monipol"
To: openssl-users@openssl.org
Sent: Tuesday, November 17, 2009 6:54:08 AM GMT -05:00 US/Canada Eastern
Subject: Problem building OpenSSL on Mac OS X with Kerberos support
Hello. I'm having the following problem when building OpenSSL with
Kerberos
Hello. I'm having the following problem when building OpenSSL with
Kerberos support, both 0.9.8l and 1.0.0beta4, on Intel Mac OS 10.5.8.
I'm able to build both versions if I use --no-krb5, though. What
should I be looking for in order to fix this build problem? Any
pointers are greatly appr