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
python-ldap needs the LDAP library installed as a dependency, otherwise an error results when logging into Django with LDAP authentication enabled:
Error loading shared library libldap.so.2: No such file or directory (needed by /opt/graphite/lib/python3.9/site-packages/_ldap.cpython-39-x86_64-linux-musl.so)
Fix (in image build): apk add --update --no-cache openldap
python-ldap needs the LDAP library installed as a dependency, otherwise an error results when logging into Django with LDAP authentication enabled:
Fix (in image build):
apk add --update --no-cache openldap
docker-graphite-statsd/Dockerfile
Line 7 in 2ffaebf
The text was updated successfully, but these errors were encountered: