By: Rafael Hernandez user 26 Jul 2020 at 6:17 p.m. CDT

4 Responses
Rafael Hernandez gravatar
Hello. During installation following the steps described here for rhel7 -> https://gluu.org/docs/gluu-server/4.2/installation-guide/install-rhel/ After launching ./setup.py I get the following error: -bash-4.2# ./setup.py Traceback (most recent call last): File "./setup.py", line 64, in <module> from pylib import gluu_utils File "/install/community-edition-setup/pylib/gluu_utils.py", line 14, in <module> from ldap3.utils import dn as dnutils ModuleNotFoundError: No module named 'ldap3'

By Devrim Yatar staff 27 Jul 2020 at 4:31 a.m. CDT

Devrim Yatar gravatar
Hi, It seems you are running `setup.py` outside of the container. Did you login to container as follows? ``` # gluu-serverd login Welcome to the Gluu Server! # cd /install/community-edition-setup/ # ./setup.py ```

By Rafael Hernandez user 27 Jul 2020 at 4:35 a.m. CDT

Rafael Hernandez gravatar
Yes, I login to container before launching setup.py.

By Devrim Yatar staff 27 Jul 2020 at 6:11 a.m. CDT

Devrim Yatar gravatar
Ok, I verified redhat-7 gluu-server.4.2 package is broken. We will fix it soon.

By Devrim Yatar staff 27 Jul 2020 at 9 a.m. CDT

Devrim Yatar gravatar
Hi, We fixed the package. Please remove existing installation with: ``` yum remove gluu-server ``` and re-install as before. Regards.