Hi I try to compile samba-3.0-alpha19 with Kerberos V5 (1.2.5) on my Linux-Box (SuSE 8.0, Kernel 2.4.18, cc 2.95.3, make 3.79.1). After "make" I get 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 If I repleace in the samba-Makefile the LIBS=-lgssapi_krb5 with the -lsasl Library I samba compiles well. Has anybody an idea what I've made wrong? thanks Luki -- Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
