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

tools/bin/linux-x64/clang: error while loading shared libraries: libtinfo.so.5 #22

Open
iljah opened this issue Jun 18, 2018 · 3 comments

Comments

@iljah
Copy link

iljah commented Jun 18, 2018

My system has libtinfo.so.6 so binaries don't work, how should I compile this? I haven't found instructions for that anywhere. Thanks

@iljah
Copy link
Author

iljah commented Jun 18, 2018

Or more specifically, how should I compile clang in this case? I assume I'd have to compile the one stored as submodule.

@sigurdo
Copy link

sigurdo commented Dec 10, 2020

On ubuntu, I just fixed this with sudo apt install libncurses5 as proposed in https://stackoverflow.com/questions/48674104/clang-error-while-loading-shared-libraries-libtinfo-so-5-cannot-open-shared-o

Seems like that is an unspecified requirement.

@rambip
Copy link

rambip commented Jun 21, 2021

I have the same issue on archlinux.
I have clang installed on my system, but wa uses a custom installation of clang, wich uses libtlinfo.so.5

I would like to use wa with my own installation of clang, how can I do that ?

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