Yes, thank you Alexander.

Yes I performed the enrollment (if running the client install the same as 'enrolling'?)

To make it easier to read, I have the executed steps and the error formatted for easy reading in http://agileiomo.blogspot.com/2018/05/errors-i-am-seeing-with-installing.html



On Sat, May 12, 2018 at 3:26 AM, Alexander Bokovoy <abokovoy@redhat.com> wrote:
On pe, 11 touko 2018, Henery Hawk via FreeIPA-users wrote:
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
Do you have this machine enrolled to IPA itself?

The first thing you are asked to do before installation of the portal
app is to enroll themachine to IPA:

---------------
Before continuing into the installation, the server should be enrolled
as a FreeIPA client of the FreeIPA domain it belongs to. Running:

ipa-client-install

with your favorite options will do.
---------------



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-leave@lists.fedorahosted.org