You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
is it possible to adapt to latest Mongo bugfix 7.0.8. Seems there are some changes in crypt package and build fails with:
Checking for ldap_is_ldap_url("ldap://127.0.0.1") in C library ldap... no Checking for ber_free(NULL, 0) in C library lber... no Could not find <ldap.h> and ldap library from OpenLDAP, required for LDAP authorization in the enterprise build
adding libldap2-dev libsasl2-dev does not help, configure fails with
`
Checking for ldap_is_ldap_url("ldap://127.0.0.1") in C library ldap... yes
Checking for ber_free(NULL, 0) in C library lber... yes
Checking for sasl_version_info(0, 0, 0, 0, 0, 0) in C library sasl2... yes
Checking for C library gssapi_krb5... no
KeyError: 'MONGO_GSSAPI_LIB':
File "/mongodb/SConstruct", line 6452:
env.SConscript(
`
tnx
The text was updated successfully, but these errors were encountered:
abregar
changed the title
Building Mongo 7.0.7 fails with missing ldap.h
Building Mongo 7.0.8 fails with missing ldap.h
Apr 4, 2024
Hi,
is it possible to adapt to latest Mongo bugfix 7.0.8. Seems there are some changes in crypt package and build fails with:
Checking for ldap_is_ldap_url("ldap://127.0.0.1") in C library ldap... no Checking for ber_free(NULL, 0) in C library lber... no Could not find <ldap.h> and ldap library from OpenLDAP, required for LDAP authorization in the enterprise build
adding libldap2-dev libsasl2-dev does not help, configure fails with
`
Checking for ldap_is_ldap_url("ldap://127.0.0.1") in C library ldap... yes
Checking for ber_free(NULL, 0) in C library lber... yes
Checking for sasl_version_info(0, 0, 0, 0, 0, 0) in C library sasl2... yes
Checking for C library gssapi_krb5... no
KeyError: 'MONGO_GSSAPI_LIB':
File "/mongodb/SConstruct", line 6452:
env.SConscript(
`
tnx
The text was updated successfully, but these errors were encountered: