mull
mull copied to clipboard
Error loading libclang-cpp.so
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:
/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?
The problem in my case was trying to run on ARM64.
However, libclang-cpp# should be added as a dependency of mull-# to ensure that lib clang-cpp.so.# is installed.