hi Im working in my final project of my career, and Im building a pdc with openldap+ssl+openafs+samba+kerberos, and I need the library gssapi, I compiled cyrus without problems with this options: ./configure --prefix=/usr --enable-static --enable-login --without-des --without-rc4 --enable-gssapi --disable-krb4 --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc --with-dbpath=/var/lib/sasl/sasldb2 --with-saslauthd=/var/run --with-ldap make and make install without problems and when i try to test I get this error root@shogun:/usr/src/cyrus-sasl-2.1.22/sample# su -c ./sample-server -s ldap -p /usr/lib/sasl/ Id desconocido: /usr/lib/sasl/ I tried the other way cause i read a lot of howtos root@shogun:/usr/src/cyrus-sasl-2.1.22/sample# ./server -s host -p ../plugins/.l ibs Servname not supported for ai_socktype root@shogun:/usr/src/cyrus-sasl-2.1.22/sample# ./server -s shogun.ironman.es -p ../plugins/.libs Servname not supported for ai_socktype and when I use ldapsearch... root@shogun:/usr/src/cyrus-sasl-2.1.22# ldapsearch -D "cn=admin,dc=ironman,dc=es" -w secret SASL/GSSAPI authentication started ldap_sasl_interactive_bind_s: Local error (-2) additional info: SASL(-1): gener If someone knows how to help please send me a mail thanks