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
todoist downloaded from releases page, amd64.
When running todoist:
$ todoisttodoist: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by todoist)
I'm on Ubuntu Bionic, so I guess it's a libc issue with my OS.
As a workaround, I think that building against musl would work. I've seen it done elsewhere.
The text was updated successfully, but these errors were encountered:
Thanks, @paper42. I was guessing already that it could be indeed a glibc version issue.
I wanted to know if it's possible to provide a static/musl binary. Do you know if it's possible? @sachaos: Also, if the Dockerfile were to build from local sources (as is common practice) it could be leveraged to produce builds for every architecture supported by Docker BuildKit, too. I can help with it, if needed.
todoist
downloaded from releases page, amd64.When running
todoist
:I'm on Ubuntu Bionic, so I guess it's a
libc
issue with my OS.As a workaround, I think that building against
musl
would work. I've seen it done elsewhere.The text was updated successfully, but these errors were encountered: