Closed mkhl closed 5 years ago
You need to install the lib to a path known by your ld.so installation. For instance: export LD_LIBRARY_PATH=/home/mkhl/.local/lib64
.
Note that this has nothing to do with mrsh, it's the same for any other piece of software. ;)
I see, thank you!
I think I would have expected meson to figure our the right directory, or determine that the one it's installing into won't work, but maybe my systems is broken in a way it presumes has to work.
Good to know anyway, I'll go ahead and close this issue.
Contrary to what I said earlier, it seems to install the library, but fails to find or open it:
The mrsh executable in
build
runs fine. Maybe the paths it looks for libraries in don't get set properly?meson --prefix ~/.local build
ninja -C build
ninja -C build install
find ~/.local -name '*mrsh*'