Heja!
I have an issue with fedora-ds admin. When I try to start the admin daemon, it fails with the following error:
Code:
# service dirsrv-admin status
dirsrv-admin is stopped
# service dirsrv-admin start
Starting dirsrv-admin:
ERROR: ld.so: object '/usr/lib/libssl3.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libssl3.so' from LD_PRELOAD cannot be preloaded: ignored.
runcon: invalid context: unconfined_u:system_r:unconfined_t:s0: Invalid argument
[FAILED]
I had the same problem when running the setup script:
Code:
/usr/sbin/setup-ds-admin.pl
..
Updating the configuration for the httpd engine . . .
Starting admin server . . .
output: ERROR: ld.so: object '/usr/lib/libssl3.so' from LD_PRELOAD cannot be preloaded: ignored.
Afterwhich the server
did run and I could connect to the console.
My system:
# cat /etc/issue
Fedora release 9 (Sulphur)
# rpm -qa |grep fedora-ds
fedora-ds-admin-console-1.1.1-3.fc9.noarch
fedora-ds-console-1.1.1-3.fc9.noarch
fedora-ds-admin-1.1.5-1.fc9.i386
fedora-ds-1.1.1-3.fc9.i386
fedora-ds-base-1.1.1-1.fc9.i386
This is running as a vmware client.
Does anyone know of this issue and how I can resolve this? Thanks!