We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KPL binary version 0.14.12 works fine on centos 7.
KPL binary version 0.14.13 reports these missing glibc dependencies in the KPL binary:
$ ldd kinesis_producer_B2A87159E60ABF99DE719370CD9483CFC815BAC9 ./kinesis_producer_B2A87159E60ABF99DE719370CD9483CFC815BAC9: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./kinesis_producer_B2A87159E60ABF99DE719370CD9483CFC815BAC9) ./kinesis_producer_B2A87159E60ABF99DE719370CD9483CFC815BAC9: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by ./kinesis_producer_B2A87159E60ABF99DE719370CD9483CFC815BAC9) linux-vdso.so.1 => (0x00007ffd90f82000) libuuid.so.1 => /lib64/libuuid.so.1 (0x00007fc396a0c000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc3967f0000) librt.so.1 => /lib64/librt.so.1 (0x00007fc3965e8000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fc3963e4000) libm.so.6 => /lib64/libm.so.6 (0x00007fc3960e2000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fc395ecc000) libc.so.6 => /lib64/libc.so.6 (0x00007fc395afe000) /lib64/ld-linux-x86-64.so.2 (0x00007fc396c11000)
The text was updated successfully, but these errors were encountered:
Encountering the same. Any update on this ticket?
Sorry, something went wrong.
No branches or pull requests
KPL binary version 0.14.12 works fine on centos 7.
KPL binary version 0.14.13 reports these missing glibc dependencies in the KPL binary:
The text was updated successfully, but these errors were encountered: