sampler icon indicating copy to clipboard operation
sampler copied to clipboard

libasound.so.2: cannot open shared object file: No such file or directory

Open ksaj opened this issue 5 years ago • 3 comments

$ sampler sampler: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

$ ldconfig -p | grep asound libasound.so.2 (libc6) => /usr/lib/i386-linux-gnu/libasound.so.2 libasound.so (libc6) => /usr/lib/i386-linux-gnu/libasound.so

ksaj avatar Aug 21 '19 21:08 ksaj

Duplicate issue: https://github.com/sqshq/sampler/issues/5

sqshq avatar Aug 21 '19 21:08 sqshq

Hi @ksaj, Are you saying the library is available in the system, but you still have the issue? Are you running Sampler under a user with enough rights to access it?

sqshq avatar Aug 21 '19 21:08 sqshq

Yes. That's why I showed the ldconfig output. To clarify, the same results occur if I run it with sudo.

ksaj avatar Aug 22 '19 16:08 ksaj