-
-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Describe the bug
Downloaded the latest OpenDJ version 5.0.1 and tried to install it on the RHEL 9.6 , the installation getting failed during the setup command. error as below.
[18/Nov/2025:06:23:12 +0000] category=QUICKSETUP severity=NOTICE msgID=-1 msg=server: Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/bc-fips-jni_2299347829132695/libbc-probe.so: /tmp/bc-fips-jni_2299347829132695/libbc-probe.so: failed to map segment from shared object
Note - /tmp directory has write permissions for the unix account.
To Reproduce
Steps to reproduce the behavior:
- Below is the install command tried.
sh setup --cli --ldapPort 2389 --adminConnectorPort 7444 --rootUserDN "cn=root user" --rootUserPassword '*****' --ldapsPort 2636 --usePkcs12keyStore keystore.p12 --keyStorePasswordFile mspki.key --certNickname opendjcert --no-prompt --noPropertiesFile - using jdk version as below.
openjdk version "21.0.8" 2025-07-15 LTS
OpenJDK Runtime Environment (Red_Hat-21.0.8.0.9-1) (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-21.0.8.0.9-1) (build 21.0.8+9-LTS, mixed mode, sharing)
- Tried the OpenDJ version 5.0.0 snapshot version, the same command works without any issues.