On Wed, 27 Sep 2006 the mental interface of Takashi Iwai told: > At Wed, 27 Sep 2006 20:07:56 +0200, > Elimar Riesebieter wrote: > > > > On Wed, 27 Sep 2006 the mental interface of > > Jaroslav Kysela told: > > > > > On Tue, 26 Sep 2006, Elimar Riesebieter wrote: > > > > > > > Hi all, > > > > > > > > I am testing 1.0.13rc3 (lib/driver/utils) on PPC/2.6.18 > > > > > > > > Starting a soundapp like moc gives: > > > > > > > > "relocation error: mocp: symbol snd_pcm_hw_params_get_channels_min, > > > > version ALSA_0.9.0rc4 not defined in file libasound.so.2 with link > > > > time reference" > > > > > > > > Any hints? > > > > > > What is output from commands 'nm /usr/lib/libasound.so.2 | grep > > > snd_pcm_hw_params_get_channels_min' > > > > nm: /usr/lib/libasound.so.2: no symbols > > > > > and 'nm mocp | grep > > > snd_pcm_hw_params_get_channels_min'? > > > > nm: /usr/bin/mocp: no symbols > > The symbols are stripped. > Use objdump, e.g. with -T option, instead. root@samweis ~ # objdump -T `which mocp` | grep snd_pcm_hw_params_get_channels_min 1005ca20 DF *UND* 0000002c ALSA_0.9.0rc4 \ snd_pcm_hw_params_get_channels_min root@samweis ~ # objdump -T /usr/lib/libasound.so.2 | grep snd_pcm_hw_params_get_channels_min 00057aa0 g DF .text 0000002c ALSA_0.9 \ __snd_pcm_hw_params_get_channels_min 00057aa0 w DF .text 0000002c ALSA_0.9 \ snd_pcm_hw_params_get_channels_min Hmmm, why there are different versions? 1.0.13rc2 works fine. Elimar -- Do you smell something burning or ist it me?
Attachment:
pgpNwwjgQJAzy.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel