You are not logged in.

#1 2010-04-23 13:17:28

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

gigedit fails to see liblinuxsampler

installed linuxsampler and gigedit using yaourt.

£ locate liblinuxsampler.so.3
/usr/lib/linuxsampler/liblinuxsampler.so.3
/usr/lib/linuxsampler/liblinuxsampler.so.3.0.0

but 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 directory

So i guess i need to change something in the makefile. but it already has

./configure --prefix=/usr

what else do i need to do?

Offline

#2 2010-04-23 15:20:54

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: gigedit fails to see liblinuxsampler

Yes, i have the same error.

Offline

#3 2010-04-23 15:27:19

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: gigedit fails to see liblinuxsampler

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.conf

Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2010-04-23 16:37:43

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

Re: gigedit fails to see liblinuxsampler

It worked!!

Thanks big_smile

..Maybe this should be in the default pkgbuild? ;D

Offline

#5 2010-04-23 16:57:21

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: gigedit fails to see liblinuxsampler

for me too, thank you.

Offline

Board footer

Powered by FluxBB