Hi, Im compiling the module cyrus-sasl, and i get the next error when i "make", if someone knows why... ... gssapi.c:1553: error: expected ')' before numeric constant gssapi.c:1553: error: expected ')' before numeric constant gssapi.c:1554: error: too many arguments to function 'sasl_gss_seterror_' gssapi.c:1623: error: expected ')' before 'oparams' gssapi.c:1626: error: 'max_input' undeclared (first use in this function) gssapi.c:1689: error: expected ')' before numeric constant gssapi.c:1689: error: expected ')' before numeric constant gssapi.c:1690: error: too many arguments to function 'sasl_gss_seterror_' gssapi.c: At top level: gssapi.c:1760: warning: pointer targets in initialization differ in signedness make[2]: *** [gssapi.lo] Error 1 make[2]: Leaving directory `/usr/src/cyrus-sasl-2.1.18/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/cyrus-sasl-2.1.18' make: *** [all] Error 2 the options i use in "./configure2" are: ./configure --prefix=/usr--prefix=/usr--prefix=/usr--prefix=/usr --enable-login --without-des --without-rc4 --enable-gssapi --disable-krb4 --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc --localstatedir=/var/lib/sasl --with-dbpath=/var/lib/sasl -with-saslauthd=/var/lib/sasl --with-openssl=/usr thanks.