the workaround is to install the Informix Server - install GSKIT out of $INFORMIXDIR/gskit and then install the Informix Server again.
Original Message:
Sent: Thu December 12, 2024 03:02 AM
From: Sebastien FLAESCH
Subject: V15 installer could not determine supported encryption library
Hello Andreas,
I have installed both Informix 15 server and CSDK 15 (in separate dirs)
So yes may I have seen the GSKit/OpenSSL choice in the CSDK installation.
For sure I have never selected the "Multiuser Installation", and used "informix" user to run ids_install.
About:
$ ldd /usr/bin/gsk8capicmd_64
linux-vdso.so.1 (0x00007ffccebde000)
libgsk8km_64.so => not found <<<<<<<<<
libgsk8cms_64.so => not found <<<<<<<<<
I am not an expert of GSKit, but this looks more like a GSKit installation / config problem into the Linux system.
On my Linux Debian 12, I see the same issue with the ldd check:
root@toro:~# ldd /usr/bin/gsk8capicmd_64
linux-vdso.so.1 (0x00007ffd27ffa000)
libgsk8km_64.so => not found
libgsk8cms_64.so => not found
...
root@toro:~# dpkg-query --search libgsk8km_64.so
gskssl64: /usr/local/ibm/gsk8_64/lib64/libgsk8km_64.so
root@toro:~# dpkg-query --search libgsk8cms_64.so
gskssl64: /usr/local/ibm/gsk8_64/lib64/libgsk8cms_64.so
Seb
------------------------------
Sebastien FLAESCH
Original Message:
Sent: Wed December 11, 2024 12:55 PM
From: Andreas Legner
Subject: V15 installer could not determine supported encryption library
Actually, a "private install" also doesn't ask this GSKit/OpenSSL choice - are you possibly confusing this with CSDK installation?
Also: is this possibly part of the problem:
$ ldd /usr/bin/gsk8capicmd_64
linux-vdso.so.1 (0x00007ffccebde000)
libgsk8km_64.so => not found <<<<<<<<<
libgsk8cms_64.so => not found <<<<<<<<<
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f94da141000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f94da13c000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f94d9f22000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f94d9e41000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f94d9e21000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f94d9c40000)
/lib64/ld-linux-x86-64.so.2 (0x00007f94da14e000)
Not sure right now what's causing this (I've uninstalled my GSKit and had a new run of ids_install re-install it).
------------------------------
Andreas Legner
Dev Engineer
HCL Software
Original Message:
Sent: Tue December 10, 2024 06:19 AM
From: Sebastien FLAESCH
Subject: V15 installer could not determine supported encryption library
Hello,
I am installing IBM Informix 15.0.0.0 Developer Edition on my Linux Debian 12.
I have selected OpenSSL as encryption library, and I have:
informix@toro:/opt3/dbs/ifx/IDS-15.0.0.0$ openssl versionOpenSSL 3.0.15 3 Sep 2024 (Library: OpenSSL 3.0.15 3 Sep 2024)
And I got this error at the end of the installation:
.... Status: FATAL ERROR Additional Notes: FATAL ERROR - Couldn't determine supported encryption library ERROR - Couldn't determine supported encryption library Status: FATAL ERROR Additional Notes: FATAL ERROR - INTERNAL ERROR: install: isisofile is null
I assume it's related to OpenSSL?
I do not plan to use TLS/SSL connections on my dev machine so is this a blocker?
Seb
------------------------------
Sebastien FLAESCH
------------------------------