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

Running on Jenkins glibc version not found #49

Closed
ljramones opened this issue Apr 27, 2015 · 5 comments
Closed

Running on Jenkins glibc version not found #49

ljramones opened this issue Apr 27, 2015 · 5 comments

Comments

@ljramones
Copy link

Hi

I can run this locally on my mac but once i check it in and run it on Jenkins, I see the following error message.

/tmp/1430170830037-0/redis-server-2.8.19: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/1430170830037-0/redis-server-2.8.19)

We are running with Spring 4.1.5 and Java 8

What are the OS dependencies?

@kstyrc
Copy link
Owner

kstyrc commented Apr 28, 2015

Redis claims on its page that it has no deps other than GCC and libc. I guess you have too old libc version on your Jenkins server? It requires at least 2.14.

@ljramones
Copy link
Author

yes, they are at 2.12. I am trying to get them to upgrade. Big companies :)
Thanks

@kstyrc kstyrc closed this as completed May 8, 2015
@thiyaml
Copy link

thiyaml commented Jun 2, 2015

Do we have an option if we want to have 2.14 on a separate folder & only embedded server uses this lib?

@kstyrc
Copy link
Owner

kstyrc commented Jun 3, 2015

@rainhacker
Copy link

rainhacker commented Jan 25, 2019

@kstyrc @EvilJinious1 Were you able to resolve this ? If you managed to install 2 glibc versions, how did you pointed redis-server to use the desired version of glibc ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants