cli icon indicating copy to clipboard operation
cli copied to clipboard

Trying the standalone binary of mas-cli. I'm getting this error (on RHEL8).

Open aroute opened this issue 1 year ago • 2 comments

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)`

aroute avatar Sep 30 '24 17:09 aroute

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 avatar Nov 21 '24 01:11 durera

@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.

BrendanFishback avatar Dec 17 '24 18:12 BrendanFishback