Error when Netbox was upgraded from rhel 7 to rhel 8 using the Leapp tool #18969
Unanswered
kwesipee
asked this question in
Help Wanted!
Replies: 1 comment
-
https://netboxlabs.com/docs/netbox/en/stable/installation/6-ldap/#install-django-auth-ldap IIRC, should be applicable also to version 3.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading netbox application from rhel 7 to rhel 8 i get this error when i try to login to the web app
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'django.core.exceptions.ImproperlyConfigured'>
LDAP authentication has been configured, but django-auth-ldap is not installed.
Python version: 3.9.20
NetBox version: 3.1.9
So, went ahead to try to install python-ldap and i get this error
error: command '/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for python-ldap
Failed to build python-ldap
ERROR: Failed to build installable wheels for some pyproject.toml based projects (python-ldap)
Beta Was this translation helpful? Give feedback.
All reactions