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

KPL binary in version 0.14.13 does not support centos 7 #448

Open
martinwaite opened this issue Sep 20, 2022 · 1 comment
Open

KPL binary in version 0.14.13 does not support centos 7 #448

martinwaite opened this issue Sep 20, 2022 · 1 comment

Comments

@martinwaite
Copy link

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)
@matt-condon
Copy link

Encountering the same. Any update on this ticket?

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

2 participants