Hi there!
I'm wondering if we are doing something wrong. I'm getting an error when doing following on a Rocky 9 distribution with the latest gaffer gcc11 version (1.4.8.0) and I tried others with the same result:
gaffer env python
import ssl
The error is:
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
In our tests with Rocky 9, we encountered this issue already a while ago outside of Gaffer and we compiled a custom Python with a more recent version of libssl (3.0.7 if I'm not mistaken) that is compatible with Alma 8 and Rocky 9, so we can have a smooth transition between the two OSes.
If I got it right, gaffer gcc11 is compiled in a Rocky 9 container, isn't it? So, how do you handle the ssl? If I remember well, libssl < 3 is not available on Rocky 9. I do not understand the error then.
Greets,
Carlo