Florian Bomers wrote:

>Why does this happen ? I searched the mailing list archive and only found an
>explanation that symbols don't match and I need to recompile the ALSA lib. In my
>case it's a clean install of ALSA on a newly installed red hat system. There was
>never any other version of ALSA. 

you probably are calling alsa from a shared object -- try 

  dlopen ("libasound.so", RTLD_LAZY | RTLD_GLOBAL);

in your module's init function.

hth, tim



-------------------------------------------------------
Sponsored by: AMD - Your access to the experts on Hammer Technology! 
Open Source & Linux Developers, register now for the AMD Developer 
Symposium. Code: EX8664 http://www.developwithamd.com/developerlab
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to