-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
libvterm.so.0: cannot open shared object file: No such file or directory on ubuntu-20.04 #14
Comments
Thanks for getting in touch - what's your goal in asking this question? From what I can see above, somebody has demonstrated how to get this working. If you're asking why you can't get it to work under Ubuntu, probably the important thing to know is that Nix binaries don't see the system-wide installed libraries, so even if you could get an Emacs to try to load the vterm emacs module, it would not be able to resolve |
My initial impression was that the proposed fix was more of a workaround than a real solution. However, given your comment, I now see why attempts failed and how that could be the way to go. I assumed there was a bug somewhere because everything works in Ubuntu 16.04. The reason it works is because Thanks! |
@Sbozzolo A proper way to configure Emacs in Nix is to use I was working on a project to support this without the need to write Nix: https://github.com/akirak/elinter. I haven't been working on it for a month or so, because it's become boring to further work on it. Maybe I'll rework on it. |
Yeah,
And if you start emacs inside such a shell, it might have what it needs to compile the module itself. |
I am trying to set up CI for vterm with GitHub Actions, but I cannot get it to work with Ubuntu 20.04. No matter what I do, I always have the error
libvterm.so.0: cannot open shared object file: No such file or directory"
. It works with Ubuntu 16.04.See, https://github.com/Sbozzolo/emacs-libvterm/runs/912526858?check_suite_focus=true, tab "require vterm".
I don't know much about all the moving parts, so maybe I am missing something obvious.
Could it be a bug somewhere, or am I missing something obvious?
A user reported success, with the following comment:
Thanks for the help
Originally posted by @tsuu32 in akermu/emacs-libvterm#410 (comment)
The text was updated successfully, but these errors were encountered: