Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Mongo 7.0.8 fails with missing ldap.h #9

Open
abregar opened this issue Apr 4, 2024 · 1 comment
Open

Building Mongo 7.0.8 fails with missing ldap.h #9

abregar opened this issue Apr 4, 2024 · 1 comment

Comments

@abregar
Copy link

abregar commented 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

@abregar 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
@EamonZhang
Copy link

EamonZhang commented Apr 9, 2024

libkrb5-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants