Date: Fri, 23 Mar 2007 8:14:47 -0700 From: Vizion <vizion@vizion.occoxmail.com> To: <ports@freebsd.org> Cc: youshi10@u.washington.edu Subject: Re: samba3 compile failure Message-ID: <20070323151446.OGKY2045.dukecmmtao03.coxmail.com@dukecmmtao03>
next in thread | raw e-mail | index | archive | help
Vizion wrote: > I am trying to compile samba... > > Is the cause something up with my kerberos installation (see errors below)? > If so I do not know how to fix it :-( > > If not what and how can I fix it?? > > Is any more information needed to help identify the cause of the compile failure? > > Thanks in advance for any help you can give > david > -------------------------------------------------- > Compiling lib/smbldap_util.c > Compiling smbd/server.c > Linking bin/smbd > libsmb/clikrb5.o(.text+0x109c): In function > `smb_krb5_get_keyinfo_from_ap_req': > : undefined reference to `krb5_decode_ap_req' > libsmb/clikrb5.o(.text+0x1423): In function > `smb_krb5_principal_compare_any_realm': > : undefined reference to `krb5_principal_compare_any_realm' > libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error': > : undefined reference to `krb5_free_error_contents' > libads/kerberos_keytab.o(.text+0x1b3): In function `smb_krb5_kt_add_entry': > : undefined reference to `krb5_kt_compare' > /usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2' > /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy' > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_address' > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_data' > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock' > /usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setremotesubkey' > /usr/lib/libgssapi.so: undefined reference to `krb5_data_free' > /usr/lib/libgssapi.so: undefined reference to `krb5_config_get_strings' > /usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setlocalsubkey' > /usr/lib/libgssapi.so: undefined reference to > `krb5_auth_con_generatelocalsubkey' > /usr/lib/libgssapi.so: undefined reference to `krb5_sockaddr2address' > /usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops' > /usr/lib/libgssapi.so: undefined reference to `krb5_get_default_principal' > /usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache' > /usr/lib/libasn1.so: undefined reference to `init_error_table' > /usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey' > /usr/lib/libgssapi.so: undefined reference to `krb5_get_forwarded_creds' > /usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text' > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32' > /usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr' > /usr/lib/libgssapi.so: undefined reference to `krb5_build_authenticator' > /usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req' > /usr/lib/libgssapi.so: undefined reference to `krb5_auth_getremoteseqnumber' > /usr/lib/libgssapi.so: undefined reference to `krb5_data_zero' > /usr/lib/libgssapi.so: undefined reference to `krb5_storage_free' > /usr/lib/libgssapi.so: undefined reference to `krb5_config_free_strings' > /usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum' > /usr/lib/libgssapi.so: undefined reference to `krb5_generate_random_block' > /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init' > /usr/lib/libgssapi.so: undefined reference to `krb5_enctype_to_keytype' > /usr/lib/libgssapi.so: undefined reference to `krb5_free_creds_contents' > /usr/lib/libgssapi.so: undefined reference to `krb5_storage_from_mem' > /usr/lib/libgssapi.so: undefined reference to `krb5_store_address' > /usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec' > /usr/lib/libasn1.so: undefined reference to `initialize_error_table_r' > /usr/lib/libgssapi.so: undefined reference to `krb5_store_int16' > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16' > /usr/lib/libgssapi.so: undefined reference to `krb5_get_error_string' > /usr/lib/libgssapi.so: undefined reference to `krb5_principal_match' > /usr/lib/libgssapi.so: undefined reference to > `krb5_auth_con_setlocalseqnumber' > /usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data' > /usr/lib/libgssapi.so: undefined reference to `krb5_store_int32' > /usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec' > /usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem' > /usr/lib/libgssapi.so: undefined reference to `krb5_store_data' > /usr/lib/libgssapi.so: undefined reference to > `krb5_auth_con_setremoteseqnumber' > /usr/lib/libgssapi.so: undefined reference to `krb5_principal_get_realm' > /usr/lib/libgssapi.so: undefined reference to `krb5_set_error_string' > /usr/lib/libgssapi.so: undefined reference to `krb5_make_principal' > /usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock' > *** Error code 1 > > Stop in /usr/ports/net/samba3/work/samba-3.0.24/source. > *** Error code 1 > > Stop in /usr/ports/net/samba3. > [root@dns1 /usr/ports/net/samba3]# According to that you're missing kerberos5 (part of the base system). So you can either install kerberos, or change the kerberos property with make config in the dependencies tree (security/libtasn1?) -Garrett _Thank you Garrett You are always do helpful and forthcoming - I want you to know how much I appreciate your thoughtfulness. Just before I received your email (which made me think I had been on the right track)..I did make install in /usr/src/kerberos5 AND after # cd /usr/ports/net/samba3 # make clean was reading your reply while awaiting the outcome of # make UNFORTUNATELY... I got the same error I would mention that pkg_info shows that krb5-1.6 is installed on the system(is this the MIT version?). Does this mean I now need to deinstall krb5-1.6? How can I then clean up all my ports to get the dependencies right? Sorry I am not very food at this.. still struggling with understanding exactly how to deal withese issues. Thanks again David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070323151446.OGKY2045.dukecmmtao03.coxmail.com>