From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: XMMS ALSA extension problems Date: Fri, 15 Feb 2002 09:34:56 -0500 Message-ID: <20020215143456.GF13853@jesus> References: <20020215142830.ZLJO1211.amsfep11-int.chello.nl@there> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Received: from jesus (rdu25-21-076.nc.rr.com [24.25.21.76]) by alsa.alsa-project.org (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id PAA30166 for ; Fri, 15 Feb 2002 15:35:35 +0100 Content-Disposition: inline In-Reply-To: <20020215142830.ZLJO1211.amsfep11-int.chello.nl@there> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Jos Hulzink Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org 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 Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel