You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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 text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: