sqshq / sampler

Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
https://sampler.dev
GNU General Public License v3.0
12.88k stars 573 forks source link

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

Open ksaj opened 5 years ago

ksaj commented 5 years ago

$ 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

sqshq commented 5 years ago

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

sqshq commented 5 years ago

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?

ksaj commented 5 years ago

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