[OpenAFS-port-darwin] Build configuration for Lion
William Ross
wross@cmf.nrl.navy.mil
Wed, 24 Aug 2011 13:52:58 -0400
What is the release build configuration for 1.6.0 for Lion? I am getting =
the following error when trying to
run aklog from a build off of HEAD:
leo:openafs admin$ aklog
dyld: lazy symbol binding failed: Symbol not found: _strcasecmp
Referenced from: /usr/bin/aklog
Expected in: /usr/lib/librokenafs.dylib.1.1
dyld: Symbol not found: _strcasecmp
Referenced from: /usr/bin/aklog
Expected in: /usr/lib/librokenafs.dylib.1.1
Trace/BPT trap: 5
I have been using default configure options with the exception that I =
defined KRB5CONFIG to
point to a custom MIT Kerberos build. I have tried with the default =
LLVM-GCC, GCC-4.2 and Clang 3.0.
On a related note, would using a custom Kerberos eliminate the need to =
have "allow_weak_crypto =3D true"
in krb5.conf?
-Will=