[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Maybe a little OT: SASL 2.1.9 & Heimdal & GSSAPI
Hi,
i'm trying to install SASL 2.1.9 with the GSSAPI-option,
so that i can install openldap 2.1.8 with GSSAPI ...
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.
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
openldap-2.1.8
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!