webassembly
webassembly copied to clipboard
tools/bin/linux-x64/clang: error while loading shared libraries: libtinfo.so.5
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
Or more specifically, how should I compile clang in this case? I assume I'd have to compile the one stored as submodule.
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.
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 ?