Hi, I am getting the following link error at runtime root at sebastien:/data/work/pjsip-apps/bin# ./pjsua-powerpc-montavista-linux-gnu ./pjsua-powerpc-montavista-linux-gnu: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory I however don't see any asound library in my runtime tree (plus it looks like I am not configured to generate shared libraries, only static ones). root at VirtualTarget:~/DEV/pjproject-1.0.1# find . -name *asound* ./pjmedia/src/pjmedia/pasound.c ./pjmedia/build/output/pjmedia-powerpc-montavista-linux-gnu/pasound.o root at VirtualTarget:~/DEV/pjproject-1.0.1# find . -name Makefile -exec grep -i sound {} \; -print NULLSOUND_OBJS := nullsound.o session.o silencedet.o sound_port.o stereo_port.o \ wsola.o $(SOUND_OBJS) $(NULLSOUND_OBJS) ./pjmedia/build/Makefile Do you know where this library is supposed to be located ? Thanks, seb. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090204/eef7194b/attachment.html>