webassembly icon indicating copy to clipboard operation
webassembly copied to clipboard

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

Open iljah opened this issue 7 years ago • 3 comments

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 avatar Jun 18 '18 18:06 iljah

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

iljah avatar Jun 18 '18 18:06 iljah

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.

sigurdo avatar Dec 10 '20 12:12 sigurdo

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 ?

rambip avatar Jun 21 '21 08:06 rambip