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
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.
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?
Uh oh!
There was an error while loading. Please reload this page.
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: