You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snappy-java-1.1.10.1.jar library (libsnappyjava.so) fails on IBM PowerPC RedHat 8 OS with the error GLIBC_2.32 not found (required by /libsnappyjava.so)
#512
Closed
vineshcpaul opened this issue
Sep 25, 2023
· 3 comments
We use snappy-java-1.1.10.1.jar in one of our application that runs on IBM PowerPC architecture ( RedHat 8.6 OS) and very recently the application started failing with the following error
/lib64/libc.so.6: version GLIBC_2.32 not found (required by /libsnappyjava.so)
Is it because the PPC64LE version of the shared object is compiled on a machine that has an higher version of GLIBC ( Probably RedHat 9 ) when compared to the same library on x86?
We use snappy-java-1.1.10.1.jar in one of our application that runs on IBM PowerPC architecture ( RedHat 8.6 OS) and very recently the application started failing with the following error
/lib64/libc.so.6: version GLIBC_2.32 not found (required by /libsnappyjava.so)
Is it because the PPC64LE version of the shared object is compiled on a machine that has an higher version of GLIBC ( Probably RedHat 9 ) when compared to the same library on x86?
The text was updated successfully, but these errors were encountered: