Update with instructions about the creation of symbolic link
This commit is contained in:
parent
7b772cb3ff
commit
f3672e1f4d
1 changed files with 2 additions and 1 deletions
|
@ -155,9 +155,10 @@ There's a RPM for this library https://github.com/keycloak/libunix-dbus-java/rel
|
||||||
|
|
||||||
{% if book.product %}
|
{% if book.product %}
|
||||||
|
|
||||||
You have to install the RPM for this library, before enabling SSSD Federation provider:
|
You have to install the RPM for this library and create a symbolic link, before enabling SSSD Federation provider:
|
||||||
|
|
||||||
$ sudo yum install rh-sso7-libunix-dbus-java.x86_64.rpm
|
$ sudo yum install rh-sso7-libunix-dbus-java.x86_64.rpm
|
||||||
|
$ ln -s /opt/rh/rh-sso7/root/usr/lib64/libunix_dbus_java.so.0.0.8 /usr/lib64/
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue