Skip to content

GLIBCXX Version Requirement #1

Open
@meganghuang

Description

@meganghuang

Hello! When I tried running BKC, I ran into this error:

./bkc: /lib64/libm.so.6: version GLIBC_2.29' not found (required by ./bkc)
./bkc: /lib64/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by ./bkc)
./bkc: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by ./bkc)
./bkc: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by ./bkc)
./bkc: /lib64/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by ./bkc)
./bkc: /lib64/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by ./bkc)
./bkc: /lib64/libstdc++.so.6: version GLIBCXX_3.4.22' not found (required by ./bkc)
./bkc: /lib64/libc.so.6: version GLIBC_2.38' not found (required by ./bkc)
./bkc: /lib64/libc.so.6: version GLIBC_2.32' not found (required by ./bkc)
./bkc: /lib64/libc.so.6: version GLIBC_2.34' not found (required by ./bkc)

Since I'm running this on a server where I cannot update the GLIBCXX version, I was wondering if there is a solution to this? Alternatively, is there a different version of BKC that is compatible with an older GLIBCXX version? (The latest version I have is 3.4.19.) Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions