From: The Shell (samwun at hgcbroadband dot com)
Date: Fri Jun 04 2004 - 14:04:34 EDT
Hi,
I keep failing to compile Cyrus-sasl 2.1.18 with Kerberos 5 libraries
(Heimdal) in FreeBSD 5.2.1.
The Heimdal Kerberos 5 libaries I found is located at /usr/lib:
# find / -name "lib*gssa*"
/usr/lib/libgssapi.a
/usr/lib/libgssapi_p.a
/usr/lib/libgssapi.so.7
/usr/lib/libgssapi.so
The configuration options to build SASL is:
#!/usr/local/bin/bash
LDFLAGS="-L /usr/lib"
./configure -prefix=/usr/local/encap/sasl-2.1.18 --disable-sample
--without-dbli
b --without-pam --without-des --disable-des --with-openssl=/usr/local
--with-sas
lauthd=/var/run --disable-checkapop --disable-cram --disable-digest
--disable-ot
p --disable-anon --enable-plain --enable-login --enable-gssapi
--with-plugindir
=/usr/local/lib/sasl2
The configuration found the gssapi.h header files but is not able to
find the libaries which are locaed at /usr/lib.
....
configure: WARNING: The system type is not recognized. If you believe
that Cyber
Safe GSSAPI works on this platform, please update the configure script^M
checking gssapi.h usability... yes^M
checking gssapi.h presence... yes^M
checking for gssapi.h... yes^M
checking for res_search in -lresolv... no^M
checking for gss_unwrap in -lgssapi... no^M
checking for gss_unwrap in -lgssapi_krb5... no^M
checking for csf_gss_acq_user in -lgss... no^M
checking for csf_gss_acq_user in -lgss... no^M
checking for gss_unwrap in -lgss... no^M
configure: WARNING: Disabling GSSAPI - no library^M
checking GSSAPI... disabled^M
What is happening ? How can I compile SASL with Kerberos 5 (Heimdal)?
Thanks
sam
|
|
|