Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary release does not work on newer distros #110

Open
ibotty opened this issue Jul 5, 2023 · 2 comments
Open

Binary release does not work on newer distros #110

ibotty opened this issue Jul 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ibotty
Copy link
Contributor

ibotty commented Jul 5, 2023

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 ibotty added the bug Something isn't working label Jul 5, 2023
@burmecia
Copy link
Member

burmecia commented Jul 6, 2023

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.

@ibotty
Copy link
Contributor Author

ibotty commented Jul 28, 2023

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

kamyshdm added a commit to dymium-io/supabase-wrappers that referenced this issue Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants