[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal with openssl-include
This patch seems to be made for cyrus-sasl-2.1.1
But if I run configure, the configure-script did not find heimdal:
...
checking GSSAPI... with implementation mit
...
cyrus-sasl-1.5.27 configure results:
...
checking GSSAPI... with implementation heimdal
...
parameters for configure are:
./configure --prefix=/usr --enable-static --enable-login --without-des
--without-rc4 \
--enable-gssapi=/usr/heimdal --disable-krb4 --mandir=/usr/share/man
--infodir=/usr/share/info
Ralf
GOMBAS Gabor schrieb:
>
> 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