Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

link to ALSA plugins fails on Linux #29

Open
tomoyanonymous opened this issue Feb 13, 2021 · 1 comment
Open

link to ALSA plugins fails on Linux #29

tomoyanonymous opened this issue Feb 13, 2021 · 1 comment

Comments

@tomoyanonymous
Copy link
Contributor

https://linuxaudio.hatenablog.com/entry/2021/02/13/094348

maybe alsa-lib should be runtime dependency, not a build dependency?

@tomoyanonymous tomoyanonymous changed the title link to ALSA fails on Linux link to ALSA plugins fails on Linux Feb 13, 2021
@tomoyanonymous
Copy link
Contributor Author

confirmed on Ubuntu too.

ALSA lib conf.c:3725:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/home/linuxbrew/.linuxbrew/Cellar/alsa-lib/1.2.4/lib/alsa-lib/libasound_module_conf_pulse.so: cannot open shared object file: No such file or directory)
ALSA lib control.c:1471:(snd_ctl_open_noupdate) Invalid CTL default

It seems like alsa-lib, which is installed via homebrew tried to load alsa plugins by loading the config file made by another alsa, which is installed with apt.

As a temporary solution, sudo apt remove libasound2-plugins solved the error, though this may cause other problems...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant