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

error while loading shared libraries: libtinfow.so.6 #61

Closed
orsenthil opened this issue Sep 1, 2020 · 2 comments
Closed

error while loading shared libraries: libtinfow.so.6 #61

orsenthil opened this issue Sep 1, 2020 · 2 comments

Comments

@orsenthil
Copy link

When I installed master on my computer, it failed with the error message

htop: error while loading shared libraries: libtinfow.so.6: cannot open shared object file: No such file or directory

@fasterit
Copy link
Member

fasterit commented Sep 1, 2020

Your ncurses is probably build without --enable-widec, so compile htop as a non-unicode build (./configure --disable-unicode) or use a better distro.

@rubyFeedback
Copy link

rubyFeedback commented Sep 1, 2020

I also often had that error; always confused me.

Note that the "use a better distro" comment is a bit problematic, because:

a) it may be that folks compiled from source, yet still run into that problem

AND

b) it implies that the distribution he uses is not a "good" distribution, so
a "better" one should be used.

IMO both are problematic impications. I would highly recommend to prefer
to the suggested solution as-is; IMO ncurses should have wide character
support. (Oddly enough, I think htop build scripts are doing something
not every other ncurses build is using ... I have had cases where htop
did not compile but other ncurses variants compiled fine.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants