hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.05k stars 173 forks source link

latest git version: error while loading shared libraries: libhydrogen-core-1.1.0.so #986

Closed grammoboy2 closed 3 years ago

grammoboy2 commented 3 years ago

hydrogen hydrogen: error while loading shared libraries: libhydrogen-core-1.1.0.so: cannot open shared object file: No such file or directory

See: https://github.com/hydrogen-music/hydrogen/issues/677#issuecomment-533369426

cme commented 3 years ago

The library is dynamically linked. If you're doing make install to a system location, you'll need to run ldconfig afterwards. Or if installing to a non-standard location, you'll need to make sure $PREFIX/lib is on your LD_LIBRARY_PATH.

Maybe Hydrogen's install target should run ldconfig, but there doesn't seem to be any clear consensus about whether that's the job of a library's build system, a system packaging tool, or the user.

mauser commented 3 years ago

Hi!

As this is a duplicate of #677, and the discussion is already proceeding in that issue, i'm going to close this one.