You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The released wrappers need libssl1.1 which is not included in modern Debian and Ubuntu. That way it's necessary to build the extension locally before including in a modern PostgreSQL-Container.
I am a little confused that it uses the old libssl, because the ubuntu-latest runner should be Ubuntu 22.04 which uses a new openssl.
The text was updated successfully, but these errors were encountered:
The wrappers is released on Ubuntu 20.04 and linked with libssl1.1 by default, which can provide better backwards compatibility. If you need it to support new distros, I think it is better to customise and build in your own environment.
Bug report
Describe the bug
The released wrappers need
libssl1.1
which is not included in modern Debian and Ubuntu. That way it's necessary to build the extension locally before including in a modern PostgreSQL-Container.I am a little confused that it uses the old libssl, because the
ubuntu-latest
runner should be Ubuntu 22.04 which uses a new openssl.The text was updated successfully, but these errors were encountered: