Trying the standalone binary of mas-cli. I'm getting this error (on RHEL8).
MAS CLI version
11.1.3
CLI function used
install
What happened?
On RHEL8, running: mas-cli install --help. Getting error:
Relevant log output
`[PYI-108626:ERROR]`` Failed to load Python shared library '/tmp/_MEIUAiHIQ/libpython3.10.so': dlopen: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEIUAiHIQ/libpython3.10.so)`
Can you try with the build from here: https://github.com/ibm-mas/cli/actions/runs/11944173459
I updated the worker to run on an older version of Linux, which I believe will result in a binary that will run on both older and newer linux's.
Change was made in this PR https://github.com/ibm-mas/cli/pull/1326 so should be testable using any newer release build from the last 2 weeks.
@durera Hi David,
We have a customer who has tested this build and they are still receiving the error on RHEL8:
[PYI-20785:ERROR] Failed to load Python shared library '/tmp/_MEIVrTk80/libpython3.8.so': dlopen: /lib64/libm.so.6: version GLIBC_2.29' not found (required by /tmp/_MEIVrTk80/libpython3.8.so)`
GLIBC_2.29 is a earlier version reported than what is in the original issue description, however from what I can see online RHEL 8 only supports up to GLIBC_2.28.