-
Notifications
You must be signed in to change notification settings - Fork 28
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
vaultenv: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by vaultenv) #51
Comments
Thanks for the report. Did you build from source or use the binary on the releases page? It might just be because I compiled the version on the releases page on a Ubuntu 18.04 machine. Otherwise, you might need to downgrade to an older Stackage snapshot. (Which includes a newer version of the Haskell compiler). That would mean reverting the changes to this file |
@duijf I used the binary on the releases page. |
Could you try this: Install stack from here
If that works, you have a binary which works with your glibc version. You can find that at |
I think you meant Yes, I get this. I think supporting older LTS versions with older version of Thank you, I'll see what I can do. |
Whoops yes sorry. I was answering a question about that to a colleague and derped 😅
Agreed. Currently, we don't have much in the way of release automation. However, that's something to consider for the future. Not everyone is interested in compiling Haskell projects from source and the binaries would be really useful. For now I've updated the release notes to note that there may be linking issues. |
Thanks for looking into this by the way :) This is also something that would be solved by providing fully static executables, which we have a ticket for here: #43 |
glibc version does not depend on the Stackage snapshot or GHC version, it depends on the glibc in the build environment. |
Thanks :) I'm building a version on Ubuntu 16.04, which should help @mesaugat out for now |
@mesaugat I've uploaded a new binary to the |
Thanks for the help. @duijf Awesome work with |
Thanks for the kind words :) |
@duijf You named the binaries incorrectly. The |
Thanks for letting me know. I'm pretty sure I did this right and this is a problem with the GH release file upload widget. I'll try to fix this, but no promises. I've also created #53 to avoid us having to deal with this in the future.. |
Okay I fixed the naming by removing all periods from the filenames. Should be good now |
Hi @duijf this bug is also happening on the vaultenv 0.9.0 binary. Do you want me to file a new issue for that? |
We need to get an automated process for this, as me trying to take care of this manually is not sustainable. I'll open a ticket |
I just installed the newest version
0.8.0
.Why does this need
GLIBC_2.27
which was released2018-02-01
- 6 months back? Can we support lower versions of GLIBC. 😞0.7.1 was working fine.
Can we rebuildvaultenv
that requires a lower version ofGLIBC
?The text was updated successfully, but these errors were encountered: