Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading libclang-cpp.so #1043

Open
sparist opened this issue Apr 8, 2024 · 1 comment
Open

Error loading libclang-cpp.so #1043

sparist opened this issue Apr 8, 2024 · 1 comment

Comments

@sparist
Copy link

sparist commented Apr 8, 2024

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?

@sparist
Copy link
Author

sparist commented Apr 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant