/usr/bin/mull-runner-14: error while loading shared libraries: libclang-cpp.so.14: cannot open shared object file: No such file or directory
I've installed libclang-cpp-dev and the file exists at /usr/lib/llvm-14/lib/libclang-cpp.so.14. I've tried exporting LD_LIBRARY_PATH and creating symlinks, but nothing works.
Am I missing steps, and if so, can these steps please be added to the installation instructions?
I followed the instructions here for Ubuntu 22.04: https://mull.readthedocs.io/en/0.21.0/Installation.html
When running
mull-runner-14 --version
, I get:I've installed
libclang-cpp-dev
and the file exists at/usr/lib/llvm-14/lib/libclang-cpp.so.14
. I've tried exportingLD_LIBRARY_PATH
and creating symlinks, but nothing works.Am I missing steps, and if so, can these steps please be added to the installation instructions?