Hi Benny: I reinstall libasound2-dev (Reading database ... 141398 files and directories currently installed.) Preparing to replace libasound2-dev 1.0.14-1ubuntu8 (using .../libasound2-dev_1.0.14-1ubuntu8_i386.deb) ... Unpacking replacement libasound2-dev ... Setting up libasound2-dev (1.0.14-1ubuntu8) ... re-run ./configure, and I can see that alsa is not enabled: pts/1[23:09]vegaroy13 at shirl13% ./configure --host=arm-linux --build=i686-linux --with-lib-path=/home/cross/familiar-build/build-h3900-gpe/tmp/cross/arm-linux/lib LDFLAGS=-Wl,-elf2flt CFLAGS=-O2 checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking alsa/version.h usability... no checking alsa/version.h presence... no checking for alsa/version.h... no Checking sound device backend... unix I now that alsa/version.h is on /usr/include, I also used --oldincludedir=/usr/include but with no diference... pts/1[23:15][1] vegaroy13 at shirl13% cat /usr/include/alsa/version.h /* * version.h */ #define SND_LIB_MAJOR 1 /**< major number of library version */ #define SND_LIB_MINOR 0 /**< minor number of library version */ #define SND_LIB_SUBMINOR 14 /**< subminor number of library version */ #define SND_LIB_EXTRAVER 1000000 /**< extra version number, used mainly for betas */ /** library version */ #define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\ (SND_LIB_MINOR<<8)|\ SND_LIB_SUBMINOR) /** library version (string) */ #define SND_LIB_VERSION_STR "1.0.14a" What step I'm missing? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080307/364ae51d/attachment.html