[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SASL 2.1.9 & Heimdal & GSSAPI
On Tue, 2002-10-29 at 00:55, Harry Rüter wrote:
> Hi,
>
> i'm trying to install SASL 2.1.9 with the GSSAPI-option.
>
> I'm using heimdal 0.5.1 KerberosV.
>
> My problem is, that the configure-run of SASL doesn't find heimdal.
>
> My configure-process is the following (put into a little script) :
>
> ---snipp---
> #!/bin/sh
>
> export CPPFLAGS="-I/usr/local/ssl/include -I/usr/local/heimdal/include"
> export LDFLAGS="-L/usr/local/ssl/lib -L/usr/local/heimdal/lib"
>
> make clean
>
> ./configure \
> --prefix=/usr/local/sasl-2-1-9 \
> --mandir=/usr/share/man \
> --with-static-sasl \
> --with-bdb-lib-dir=/usr/local/berkeleydb4/lib \
> --with-bdb-include-dir=/usr/local/berkeleydb4/include \
> --with-openssl=/usr/local/ssl \
> --enable-gssapi=/usr/local/heimdal/lib \
> --enable-digest \
> --enable-krb4=no \
> && make && checkinstall
> ---snipp---
>
> Heimdal is configured by the following script :
>
> ---snipp---
> #!/bin/sh
>
> export CPPFLAGS="-I/usr/local/ssl/include"
> export LDFLAGS="-L/usr/local/ssl/lib"
>
> make clean
>
> ./configure \
> --prefix=/usr/local/heimdal \
> --mandir=/usr/share/man \
> --enable-shared \
> --enable-netinfo \
> --with-openldap-lib=/usr/local/openldap-2.1.x \
> --with-openssl=/usr/local/ssl/ \
> && make && checkinstall
>
> ---snipp---
>
> So, heimdal is in /usr/local/heimdal
> SASL 2.1.9 shall reside in /usr/local/sasl-2.1.9
>
> When i "patch" the configure-script of sasl (i set gss_impl="heimdal")
> everything works fine, until linking.
>
> At this stage libdes isn't found,
> which actually isn't on my system.
Im not sure why cyrus-sasl use libdes instead of libcryto but you can
build libdes from heimdal:
Go to the heimdal source base directory, then cd to lib/des, and do a
make command.
This will build libdes.* under the .libs directory. Then do a make
install and then you will get libdes.* on the lib heimdal directory that
you define with configure.
>
> Can someone lead me and show me how i can build
> sasl with heimdal-GSSAPI ?
>
> My System:
>
> Red Hat 7.1
> Kernel 2.4.19
> openssl 0.9.6g
> heimdal 0.5.1
>
> If you need more information please tell me which one's you need ?
>
>
> Greets Harry
>
> --
> +++ GMX - Mail, Messaging & more http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
>