Bug description
Currently AIX dynamic library detection would miss openssl 1.1.1
How to reproduce the issue
Build AIX OpenSSL 1.1.1
Install and startup. Look at error_log or restrict environment via libpath to specific versions of openssl
Alternative on 5.5 agentadmin --V then look at install_log
Expected behaviour
Would detect /work with 1.0,1.0.1,1.0.2,1.1,1.1.1
Current behaviour
only detects 1.0.0,0.98
Work around
customer could ln -s
Code analysis
OPTIONAL - If you already investigated the code, please share your finding here (remove this text)
org.forgerock.$className.java
#elif defined(AIX) #ifdef __64BIT__ "%s.a(%s64.so.1.0.0)" #else "%s.a(%s.so.1.0.0)" #endif to support 1.1.x schema need "%s.a(%s64.so.1.1)"