awslabs / amazon-kinesis-producer

Amazon Kinesis Producer Library
Apache License 2.0
401 stars 331 forks source link

Wrong readme information about glibc version #232

Open alexs20 opened 5 years ago

alexs20 commented 5 years ago

The Readme.md says that you should have Linux distributions with glibc 2.9 or later, but it doesnt work when you have glibc 2.23 because it is asking for glibc 2.25

/tmp/amazon-kinesis-producer-native-binaries/kinesis_producer_D626AFB58CB68D8C81E7F8671FE0048978DAA5B6: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.25' not found (required by /tmp/amazon-kinesis-producer-native-binaries/kinesis_producer_D626AFB58CB68D8C81E7F8671FE0048978DAA5B6`

alexs20 commented 5 years ago

btw, because of that it doesn't work by default on ubuntu 16.04

jeremysears commented 5 years ago

Possible dup/related of #231.

Note that the 0.12.10 patch is not backward compatible for ubuntu 14.04 as well.