New comment by uzr123x on void-packages repository https://github.com/void-linux/void-packages/pull/26677#issuecomment-1034613352 Comment: @harrisonthorne > Current issue I need help with: > > ``` > ... # (entering and leaving directories, whatnot) > **************************************************************** > *** LinuxSampler was compiled with instruments DB support and > *** /destdir//linuxsampler-2.1.1/var/lib/linuxsampler/instruments.db > *** doesn't exist yet, creating it now: > /builddir/linuxsampler-2.1.1/src/.libs/lt-linuxsampler: error while loading shared libraries: libgig.so.9: cannot open shared object file: No such file or directory > make[2]: *** [Makefile:932: install-data-local] Error 127 > make[2]: Leaving directory '/builddir/linuxsampler-2.1.1' > make[1]: *** [Makefile:809: install-am] Error 2 > make[1]: Leaving directory '/builddir/linuxsampler-2.1.1' > make: *** [Makefile:509: install-recursive] Error 1 > => ERROR: linuxsampler-2.1.1_1: do_install: '${make_cmd} DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}' exited with 2 > => ERROR: in do_install() at common/build-style/gnu-configure.sh:38 > ``` maybe running ldconfig after installing the library can help? have you tried it? or perhaps the lib's permissions got altered in some way and should be reverted