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
GCF glibc dependencies broken #65
Comments
|
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: http://www.pivotaltracker.com/story/show/64411220 |
|
Hi @jberkhahn, Thanks for pointing this out! We have updated our linux builds to use Ubuntu 10.04, glibc version 2.11.1. Can you check that the new binaries work for you?
|
|
I'm still getting the same error when I try to run gcf: /lib/libc.so.6: version `GLIBC_2.14' not found (required by gcf) This is with the 64-bit linux binary pulled from http://go-cli.s3.amazonaws.com/gcf-linux-amd64.tgz, running on bosh lite. |
|
@jberkhahn, the
|
|
@tedsuo Ah, didn't see that you guys had moved it to be the mainline version. It works great now. |
There was a recent update that switched an lgpl go yaml parsing library for a cgo based one. This has broken using gcf from within a deployed app as it now requires a newer version of glibc (2.14) than is provided on the default bosh-lite environment.
The text was updated successfully, but these errors were encountered: