xerial / snappy-java

Snappy compressor/decompressor for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello, I upgraded to 1.1.9.1 and reported an error when running: glibc_2.23 NOT FOUND

xizhilanting opened this issue · comments

Hello, I upgraded to 1.1.9.1 and reported an error when running: glibc_2.23 NOT FOUND
image

It basically means your OS (Linux?) is using a relatively older version of GLIBC. https://www.gnu.org/software/libc/ glibc 2.23 is not so new (released 2 years ago), so I'd recommend using a newer version of the OS.

Thank you for your reply. I want to clarify one thing, is there an upgrade to glibc in 1.1.9.1 compared to 1.1.8.4

Actually, I'm not sure. snappy-java uses dockcross cross compilers https://github.com/dockcross/dockcross There might have been some updates in their docker images and OS versions

Hello, does snappy-java have lifecycle management and when will 1.1.8.4 end of life?

Closing as it's a duplicate of #417