kstyrc / embedded-redis

Redis embedded server for Java integration testing
832 stars 366 forks source link

Running on the linux, we encounter an issue of "/lib64/libc.so.6: version `GLIBC_2.14'" #95

Open hunterzhong opened 5 years ago

hunterzhong commented 5 years ago

Follow your steps, we run the demo on the Linux server. However, we encounter an issue of missing the "/lib64/libc.so.6". we use the default Redis version of redis-server-2.8.19, and our linux server info shows below: xu-uvrae.vclound.com 2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux.

But the way, we can run the program in Windows7 but failed in the linux server.

Anything I was missed? Or the linux misses the libc.so.6 files?

Much appreciate if you can reply me ASAP!

master-elodin commented 5 years ago

I'm having the same issue trying to run it in Jenkins

/tmp/1537379115281-0/redis-server-2.8.19: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/1537379115281-0/redis-server-2.8.19)
horsy945 commented 5 years ago

I'm having the same issue And My System is centos6 image