Search code examples
ubuntu-18.04weka

When installing wldc libtinfo.so.5: cannot open shared object file


when installing wldc I encounter the following error:

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


Solution

  • We need to install libtinfo.so.5 - on Ubuntu it's available as

    apt-get install libtinfo5