grigio / obs-cmd

obs-cmd is a OBS cli for obs-websocket v5 the current obs-studio implementation. It is useful on Wayland Linux or to control OBS via terminal
MIT License
126 stars 20 forks source link

version 'GLIBC_2.29' not found (required by obs-cmd) error #56

Closed AndyReifman closed 2 months ago

AndyReifman commented 3 months ago

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.

dhtseany commented 3 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: @.***>

kostadinsh commented 3 months ago

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.

grigio commented 2 months ago

the version on glibc supported is the one provided by ubuntu-latest lts