Trying to follow the install instructions for the portal at http://freeipa-community-portal.readthedocs.io/en/latest/deploy.html#installation. Using Fedora Server 28.
Any thoughts? When creating the stage user via script I get the following error: [*] sudo ./create-portal-user Traceback (most recent call last): File "./create-portal-user", line 27, in <module> from ipalib import api ImportError: No module named ipalib I try to manually install ipalib which brings me to another error: [*] sudo pip install ipalib . . . In distributed package, building from C files... Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-qQYKRY/gssapi/setup.py", line 109, in <module> raise Exception("Could not find main GSSAPI shared library. Please " Exception: Could not find main GSSAPI shared library. Please try setting GSSAPI_MAIN_LIB yourself or setting ENABLE_SUPPORT_DETECTION to 'false' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-qQYKRY/gssapi/ _______________________________________________ FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org