[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal with openssl-include
On Mon, Mar 04, 2002 at 10:31:55PM +0000, Ralf Grabow wrote:
> Trying to install cyrus-sasl I get the following error messages:
[...]
cyrus-sasl is not prepared to build with OpenSSL-enabled Heimdal.
I have a patch for it and will submit it to the SASL maintainers
in the near future. For a short term solution, edit the configure
script of cyrus-sasl and look for the following section:
elif test "$gss_impl" = "heimdal"; then
GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lgssapi -lkrb5 -ldes -lasn1 -lroken ${LIB_CRYPT} -lcom_err"
GSSAPIBASE_STATIC_LIBS="$GSSAPIBASE_STATIC_LIBS $gssapi_dir/libgssapi.a $gssapi_dir/libkrb5.a $gssapi_dir/libdes.a $gssapi_dir/libasn1.a $gssapi_dir/libroken.a $gssapi_dir/libcom_err.a ${LIB_CRYPT}"
Replace '-ldes' with '-lcrypto' and '$gssapi_dir/libdes.a' with '-lcrypto',
and then re-run configure.
Gabor
--
Gabor Gombas Eotvos Lorand University
E-mail: gombasg@inf.elte.hu Hungary