Displaying 3 results from an estimated 3 matches for "get_enctypes_functions".
2009 Apr 06
1
(no subject)
...)
./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 support
I'm honestly at a loss here. Can someone please advise m...
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)
..._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 from /var/tmp/rpm-tmp.54775 (%build)
RPM build errors:...
2010 Apr 16
4
krb5 library issues when Compiling 3.5.2 and 3.4.7 on AIX 5.3
...onfigure 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 missing the krb5-libs, is this correct?
If I do not include &qu...