Hi I try to compile samba-3.0-alpha19 on my Linux-Box (SuSE 8.0, Kernel 2.4.18, cc 2.95.3, make 3.79.1). After "make" I got this errors: Linking bin/smbd /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(accept_sec_context.o): In function `rd_and_store_for_creds': accept_sec_context.o(.text+0x7b): undefined reference to `krb5_rd_cred' accept_sec_context.o(.text+0xdb): undefined reference to `krb5_rd_cred' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(accept_sec_context.o): In function `krb5_gss_accept_sec_context': accept_sec_context.o(.text+0x124e): undefined reference to `krb5_mk_rep' accept_sec_context.o(.text+0x17c5): undefined reference to `krb5_mk_error' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(acquire_cred.o): In function `acquire_accept_cred': acquire_cred.o(.text+0x68): undefined reference to `krb5_sname_to_principal' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(gssapi_krb5.o): In function `kg_get_context': gssapi_krb5.o(.text+0x10d): undefined reference to `krb5_ser_context_init' gssapi_krb5.o(.text+0x12e): undefined reference to `krb5_ser_auth_context_init' gssapi_krb5.o(.text+0x14f): undefined reference to `krb5_ser_ccache_init' gssapi_krb5.o(.text+0x16d): undefined reference to `krb5_ser_rcache_init' gssapi_krb5.o(.text+0x1aa): undefined reference to `krb5_ser_auth_context_init' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(import_name.o): In function `krb5_gss_import_name': import_name.o(.text+0x162): undefined reference to `krb5_sname_to_principal' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(init_sec_context.o): In function `make_ap_req_v1': init_sec_context.o(.text+0x25b): undefined reference to `krb5_fwd_tgt_creds' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(init_sec_context.o): In function `krb5_gss_init_sec_context': init_sec_context.o(.text+0x1282): undefined reference to `krb5_free_cksumtypes' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 I used the configure-options --cache-file=/dev/null and --with-krb5=/usr/src/krb5-1.2.5/src The configure has the #define HAVE_LDAP 1 and #define HAVE_KRB5 1 Lines. I use the MIT-Kerberos (5-1.2.5) sources which I can compile without any problems. I also tried with an older MIT-Kerberos version without sucess. Has anybody an idea what could be wrong? thanks Luki -- Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html