Can't Make LDAP work on new installation. Missing packages #18387
-
As a P.O.C I was testing Netbox, and wanted to test LDAP. The rest of the installation worked, followed the guide. But when I tried to activate the LDAP it broke it. I'm not that skilled in linux / python and alike as I'm currently a student. in the (venv) enviroment it came with following error when trying to install:
tried installing it with sudo permissions and then the error goes away but the browser comes with the following :
checking in the file location /pyasn1 does not exist, but is the problem the permissions for the entire folder or did the install fail to create the folder ? should I just create the folder? Everything is installed in a sandbox environment that does not directly have internet connection, but it have access to getting packages from a mirror. I tried to search for similar subjects but nothing seems to fit this topic. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
running a sudo PYTHON=/usr/bin/python3.10 /opt/netbox/upgrade.sh seems to have fixed the problem. |
Beta Was this translation helpful? Give feedback.
running a sudo PYTHON=/usr/bin/python3.10 /opt/netbox/upgrade.sh seems to have fixed the problem.