Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run on Linux Mint 21.3 #215

Closed
herrobriam opened this issue Oct 26, 2024 · 2 comments
Closed

Can't run on Linux Mint 21.3 #215

herrobriam opened this issue Oct 26, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@herrobriam
Copy link

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

@valadaptive
Copy link
Owner

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.

@valadaptive valadaptive added the bug Something isn't working label Oct 26, 2024
@valadaptive valadaptive added this to the 0.9.0 milestone Oct 26, 2024
@valadaptive
Copy link
Owner

This has been fixed in v0.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants