Hello, I understand the debian package will not contain the eap modules and the latest version will die with a undefined symbol in rlm_eap_ttls/tls/peap so... I am trying to compile a cvs snapshot, in debian with command dpkg-buildpackage -us -uc -rfakeroot -b It dies with this message: ... rlm_ldap.c: In function `ldap_instantiate': rlm_ldap.c:416: warning: assignment discards qualifiers from pointer target type rlm_ldap.c:439: warning: assignment discards qualifiers from pointer target type rlm_ldap.c:444: warning: passing arg 2 of `xlat_register' from incompatible pointer type rlm_ldap.c: In function `read_mappings': rlm_ldap.c:632: warning: `pair' might be used uninitialized in this function rlm_ldap.c: In function `ldap_authorize': rlm_ldap.c:1477: error: structure has no member named `passwd_rad_attr' rlm_ldap.c:1498: error: structure has no member named `passwd_rad_attr' rlm_ldap.c: In function `ldap_authenticate': rlm_ldap.c:1663: warning: unused variable `err' rlm_ldap.c: In function `ldap_detach': rlm_ldap.c:2291: warning: passing arg 2 of `xlat_unregister' from incompatible pointer type make[7]: *** [rlm_ldap.lo] Fout 1 make[7]: Leaving directory `/home/kozy/deb-src/freeradius/freeradius-snapshot-20050807/src/modules/rlm_ldap' make[6]: *** [common] Fout 2 make[6]: Leaving directory `/home/kozy/deb-src/freeradius/freeradius-snapshot-20050807/src/modules' make[5]: *** [all] Error 2 make[5]: Leaving directory `/home/kozy/deb-src/freeradius/freeradius-snapshot-20050807/src/modules' make[4]: *** [common] Error 2 make[4]: Leaving directory `/home/kozy/deb-src/freeradius/freeradius-snapshot-20050807/src' make[3]: *** [all] Fout 2 make[3]: Leaving directory `/home/kozy/deb-src/freeradius/freeradius-snapshot-20050807/src' make[2]: *** [common] Error 2 make[2]: Leaving directory `/home/kozy/deb-src/freeradius/freeradius-snapshot-20050807' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/kozy/deb-src/freeradius/freeradius-snapshot-20050807' make: *** [build-simple] Error 2 What do I have it compile? Thanks very much for any help, Kozy.