Alexander Hupfer wrote: > When starting an libsdl based application I always get the error: > > ALSA lib ../../../src/pcm/pcm.c:2106:(snd_pcm_open_conf) Cannot open > shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so > ALSA snd_pcm_open error: No such file or directory > Audio Open Failed >
You get the same error when it cannot find the dependencies of that lib. Do a "ldd /usr/lib/alsa-lib/libasound_module_pcm_pulse.so" and check that there are no missing libs. Rgds -- Pierre Ossman OpenSource-based Thin Client Technology System Developer Telephone: +46-13-21 46 00 Cendio AB Web: http://www.cendio.com
signature.asc
Description: OpenPGP digital signature
_______________________________________________ pulseaudio-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss
