You are not logged in.
installed linuxsampler and gigedit using yaourt.
£ locate liblinuxsampler.so.3
/usr/lib/linuxsampler/liblinuxsampler.so.3
/usr/lib/linuxsampler/liblinuxsampler.so.3.0.0but when i try to run gigedit:
£ gigedit
gigedit: error while loading shared libraries: liblinuxsampler.so.3: cannot open shared object file: No such file or directorySo i guess i need to change something in the makefile. but it already has
./configure --prefix=/usrwhat else do i need to do?
Offline
Yes, i have the same error.
Offline
linuxsampler should add the path in /etc/ld.so.conf.d/.
add in PKGBUILD after make install
install -d ${pkgdir}/etc/ld.so.conf.d
echo "/usr/lib/linuxsampler" > ${pkgdir}/etc/ld.so.conf.d/$pkgname.confGive what you have. To someone, it may be better than you dare to think.
Offline
It worked!!
Thanks ![]()
..Maybe this should be in the default pkgbuild? ;D
Offline
for me too, thank you.
Offline