wrappers icon indicating copy to clipboard operation
wrappers copied to clipboard

Binary release does not work on newer distros

Open ibotty opened this issue 2 years ago • 2 comments

Bug report

  • [x ] I confirm this is a bug with Supabase, not with my own application.
  • [ x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

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.

ibotty avatar Jul 05 '23 19:07 ibotty

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.

burmecia avatar Jul 06 '23 04:07 burmecia

BTW: I build packages to be consumed by modern Debian and Ubuntu at https://ibotty.github.io/postgresql-related-packages/

ibotty avatar Jul 28 '23 16:07 ibotty