You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basically, since there's no glib 2.39 it can't run:
./ntsc-rs-standalone: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.38' not found (required by ./ntsc-rs-standalone)
./ntsc-rs-standalone: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.39' not found (required by ./ntsc-rs-standalone)
and compiling glib 2.39 doesnt work either as i can't seem to get patchelf to patch it properly without random errors
The text was updated successfully, but these errors were encountered:
Seems like Linux Mint 21.3 is based on Ubuntu 22.04, whereas I was building ntsc-rs in GitHub Actions on Ubuntu 24.04.
The next release should fix this, but in the meantime you can either upgrade to Linux Mint 22 or build ntsc-rs from source. It should be easier on Linux than on Windows because you can install all the necessary GStreamer stuff from your package manager.
basically, since there's no glib 2.39 it can't run:
./ntsc-rs-standalone: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.38' not found (required by ./ntsc-rs-standalone)./ntsc-rs-standalone: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.39' not found (required by ./ntsc-rs-standalone)
and compiling glib 2.39 doesnt work either as i can't seem to get patchelf to patch it properly without random errors
The text was updated successfully, but these errors were encountered: