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

libtinfo.so.5: cannot open shared object file #2

Open
gplanon opened this issue Mar 28, 2018 · 7 comments
Open

libtinfo.so.5: cannot open shared object file #2

gplanon opened this issue Mar 28, 2018 · 7 comments

Comments

@gplanon
Copy link

gplanon commented Mar 28, 2018

Here's the error:

./mkinfo_linux64: error while loading shared libraries: libtinfo.so.5: cannot open shared object file:
No such file or directory

I tried chmod +x'ing the executable, installed clang, and I have ncurses installed. I also symlinked libcurses to libtinfo in /lib64 with no luck. Exporting TERM environment variable is discouraged and will break things, but micro does not recognize st (suckless terminal).

I see here you state this program isn't needed anymore but micro isn't automatically detecting terminfo, or still isn't understanding. I'm using a terminal called xst which is a fork of the above mentioned st but for all intents and purposes is the same. Setting terminfo to st-256color isn't working either, which is strange if micro should work with st.

@MadFatVlad
Copy link

The only solution that worked for me was compiling the binary myself

@amitbha
Copy link

amitbha commented Jun 22, 2018

Same problem.

@techtonik
Copy link
Contributor

Maybe it should be rebuilt statically?

@serebit
Copy link

serebit commented Aug 8, 2019

For anyone still affected by this, I forked this repository and added a release with a recompiled mkinfo for linux-x64: https://github.com/serebit/mkinfo/releases/tag/v1.1

@serebit
Copy link

serebit commented Oct 14, 2020

Deleting that fork, so here's the recompiled binary.
mkinfo_linux64.tar.gz

@techtonik
Copy link
Contributor

Or rewrite it in Go. =)

@techtonik
Copy link
Contributor

dbbfb2e @serebit see.

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

5 participants