On Fri, 15 Feb 2002, Jos Hulzink wrote:

> Hi,
> 
> The xmms ALSA extension doesn't work. It returns errors in the ALSA lib:
> 
> ALSA lib dlmisc.c:97:(snd_dlsym_verify) unable to verify version for symbol 
> snd_config_hook_load
> ALSA lib conf.c:2285:(snd_config_hooks_call) symbol snd_config_hook_load is 
> not defined inside (null)
> ALSA lib conf.c:2671:(snd_config_update) hooks failed, removing configuration
> xmms: pcm_params.c:2084: snd_pcm_hw_refine: Assertion `pcm && params' failed.
> Aborted
> 
> Can anybody tell if this is a problem in the ALSA lib, or is it the XMMS 
> plugin that causes this problem ?

both really. as i understand it alsa-lib uses dlopen(3) to resolve some
of its internal symbols. these are not properly resolved if the xmms
plugin isn't loaded RTLD_GLOBAL. you need to get xmms to open the alsa
plugin RTLD_GLOBAL for it to work.

regards,

wingo.

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to