Closed AndyReifman closed 2 months ago
Verify you have libc6 installed: https://packages.debian.org/buster/amd64/libc6/download
sudo apt install libc6 ...should get it done.
On Wed, Aug 21, 2024 at 1:27 PM Andrew Reifman-Packett @.***> wrote:
I'm hitting the above error when trying to run obs-cmd on a Linux box running Ubuntu 18.04.
I downloaded this release: https://github.com/grigio/obs-cmd/releases/tag/v0.17.6
and ran chmod +x obs-cmd-linux-amd64 && sudo mv obs-cmd-linux-amd64 /usr/local/bin/obs-cmd as instructed.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
My guess is that the binary was built against a newer Ubuntu version - meaning newer glibc too, so you are probably out of luck, unless you find out how to update your glibc version, which is probably a really bad idea. I'd suggest updating to a newer Ubuntu release.
the version on glibc supported is the one provided by ubuntu-latest
lts
I'm hitting the above error when trying to run
obs-cmd
on a Linux box running Ubuntu 18.04.I downloaded this release: https://github.com/grigio/obs-cmd/releases/tag/v0.17.6
and ran
chmod +x obs-cmd-linux-amd64 && sudo mv obs-cmd-linux-amd64 /usr/local/bin/obs-cmd
as instructed.