Closed abhi18av closed 1 year ago
Ah, just realized that both of the suggestions are already in progress or tracked
GLIBC => https://github.com/seqeralabs/wave-cli/issues/29
JAR => https://github.com/seqeralabs/wave-cli/pull/36
Closing this issue in favor of those.
Hi team 👋
I'm trying to use the linux version of the
wave-cli
on a server and bumped across a GLIBC dependency issue.Error message upon invoking
wave
Troubleshooting
To try and remedy this, I did
sudo apt update
andsudo apt install libc6
which ends up installing a different version2.31
as per the upstream repositories of the OS (Ubuntu 20.04.5 TS
)Suggestions
To facilitate the usage on linux hosts, it'd be great if the CLI could be distributed
jar
as well (similar to tower-cli)