Skip to content

x86-64 binary installer does not work on RHEL-6 generation OSes  #660

@mj-harvey

Description

@mj-harvey

The perennial LIBC ABI incompatibility:

-bash-4.1$ ./bazel
./bazel: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ./bazel)
./bazel: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bazel)
./bazel: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bazel)
-bash-4.1$ ldd ./bazel
./bazel: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ./bazel)
./bazel: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bazel)
./bazel: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bazel)
    linux-vdso.so.1 =>  (0x00007fffd4fff000)
    librt.so.1 => /lib64/librt.so.1 (0x00007f3328181000)
    libz.so.1 => /lib64/libz.so.1 (0x00007f3327f6a000)
    libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f3327c64000)
    libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f3327a4e000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f33276bd000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f33274a1000)
    /lib64/ld-linux-x86-64.so.2 (0x0000003941600000)
    libm.so.6 => /lib64/libm.so.6 (0x00007f332721d000)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3We're not considering working on this, but happy to review a PR. (No assignee)platform: othertype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions