Displaying 3 results from an estimated 3 matches for "create_key_funct".
2009 Apr 06
1
(no subject)
...with errors about krb5:
(trying to configure samba-3.2.4)
./configure --with-krb5=/etc/krb5 \
-- with-ldap \
-- with-ads \
-- with-winbind
Error (last part):
configure:63086: result: no
configure:63105: WARNING: krb5_mk_req_extended not found in -lkrb5
configure:63113: WARNING: no CREATE_KEY_FUNCTIONS detected
configure:63121: WARNING: no GET_ENCTYPES_FUNCTIONS detected
configure:63129: WARNING: no KT_FREE_FUNCTION detected
configure:63137: WARNING: no KRB5_VERIFY_CHECKSUM_FUNCTION detected
configure:63183: error: krb5 libs don't have all features required for
Active Directory suppor...
2008 Jun 03
1
missing dependencies when compiling samba/ctdb rpm on sles 10.1 (don't have all features required for Active Directory support)
...ng for WRFILE: keytab support... no
checking for krb5_princ_realm returns krb5_realm or krb5_data... no
checking for krb5_addresses type... no
checking whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal... yes
configure: WARNING: krb5_mk_req_extended not found in -lkrb5
configure: WARNING: no CREATE_KEY_FUNCTIONS detected
configure: WARNING: no GET_ENCTYPES_FUNCTIONS detected
configure: WARNING: no KT_FREE_FUNCTION detected
configure: WARNING: no KRB5_VERIFY_CHECKSUM_FUNCTION detected
configure: error: krb5 libs don't have all features required for Active Directory support
error: Bad exit status fro...
2010 Apr 16
4
krb5 library issues when Compiling 3.5.2 and 3.4.7 on AIX 5.3
...m getting only occur if I use --with-ads.
I can run configure on both versions if I do not include ADS support.
The errors I get are:
checking for krb5_principal_get_realm... no
checking for krb5_princ_realm... no
configure: WARNING: krb5_mk_req_extended not found in -lkrb5
configure: WARNING: no CREATE_KEY_FUNCTIONS detected
configure: WARNING: no GET_ENCTYPES_FUNCTIONS detected
configure: WARNING: no KT_FREE_FUNCTION detected
configure: WARNING: no KRB5_VERIFY_CHECKSUM_FUNCTION detected
configure: error: krb5 libs don't have all features required for Active Directory support
It appears that I am miss...