-
Notifications
You must be signed in to change notification settings - Fork 990
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
Binary: ncurses error on Ubuntu 19.04 #3022
Comments
FTR the current solution for 19.04 is to build from sources. |
This can be fixed with the following command:
|
That I'd already done. Trying it again results in: libncursesw5-dev is already the newest version (6.1+20181013-2ubuntu2). Still getting these when running grin: Thanks so much for the effort. Or were you saying I need to build grin from the source code to get this running? Man, all I wanted to do was get my grin off the exchange. This has turned into quite a task! |
You can either build from source or install the ncurses library. I tried several packages with ncurses5 and one of them worked (Not sure if that helps... You can take a look here https://packages.ubuntu.com/search?keywords=ncurses&searchon=names&suite=disco§ion=all). |
I installed libncurses5 and 6 and w and it's working now. Thank you. |
Follow up of #2106.
It appears that it is currently not possible to run Grin binary on Ubuntu 19.04.
The issue lies in the fact that Ubuntu 19.04 uses ncurses 6 and the binary is compiled for ncurses 5.
Fixes tried:
which results in:
error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
which results in:
The text was updated successfully, but these errors were encountered: