re. Linux Sampler lv2 issue: liblinuxsampler.so.4: cannot open you should add /usr/lib64/linuxsampler to your /etc/ld.so.conf and then run ldconfig at least once. or just in case you're into opensuse as me, it might be a one time strike doing the follwing as root: # echo "/usr/lib64/linuxsampler" > /etc/ld.so.conf.d/linuxsampler.conf and then yes, run as well: # ldconfig if you're not willing to reboot just now. hth. cheers Reply
you should add
/usr/lib64/linuxsampler
to your/etc/ld.so.conf
and then runldconfig
at least once.or just in case you're into opensuse as me, it might be a one time strike doing the follwing as root:
# echo "/usr/lib64/linuxsampler" > /etc/ld.so.conf.d/linuxsampler.conf
and then yes, run as well:
# ldconfig
if you're not willing to reboot just now.
hth.
cheers