Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant