Cyrus-sasl + ldap support on Debian Sarge

Andreas Winkelmann ml at awinkelmann.de
Sat Aug 12 13:59:43 EDT 2006


Am Saturday 12 August 2006 14:18 schrieb alesysadmin at alice.it:

> I'm trying to install a new mailserver with ldap on my Debian Sarge 3.1r2.
>
> I'm following the guide found here:
> http://wanderingbarque.com/howtos/mailserver/mailserver.html
>
> I have installed ldap from my distro:
>
> apt-get install slapd ldap-utils
>
> I got cyrus-sasl-2.1.20 (with .22 i have the same problem) from:
>
> http://ftp.andrew.cmu.edu/pub/cyrus-mail
>
> tar xvfz  cyrus-sasl-2.1.20.tar.gz
> cd  cyrus-sasl-2.1.20
> /configure CPPFLAGS=-I/usr/include LDFLAGS=-L/usr/lib --prefix=/usr
> --sysconfdir=/etc --mandir=/usr/share/man –with-ldap=/etc/ldap make

Hmm, --with-ldap=/etc/... looks strange. You have to specify the Way to the 
Includes/Libraries after --with-ldap=

Maybe "--with-ldap=/usr" looks better.


Look in config.log after ./configure if everything is found. Or why it is not 
found.

> make install
>
> If i do
> saslauthd -v
> saslauthd 2.1.20
> authentication mechanisms: getpwent kerberos5 rimap shadow
>
> It seems that ldap support is not installed.
>
> The guide recommends to install the following openldap packages:
>
> openldap
> openldap-servers
> openldap-devel
> But i have't in my Debian Sarge.

http://packages.debian.org/stable/libdevel/libldap2-dev

???

The *-dev Package is needed.

> How can i do to make cyrus-sasl with ldap to work.

-- 
	Andreas


More information about the Cyrus-sasl mailing list