to, 2010-02-25 kello 20:19 +0800, tieg kirjoitti: > Hi, > > I want to compile pulseaudio-0.9.15 in scratchbox and run it on > simulator. My compile script is : > > ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc > --disable-rpath --disable-dbus --disable-bluez --disable-samplerate > --disable-solaris --disable-gconf --disable-avahi --disable-jack > --disable-lirc --disable-hal --disable-polkit --disable-xmltoman > --enable-ltdl-install=no --disable-oss --disable-glib2 --disable-gtk2 > --disable-openssl --disable-ipv6 --disable-asyncns > --disable-per-user-esound-socket --disable-x11 > > After compile successfully, I run "pulseaudio -nC", and excute > "load-module module-alsa-sink". Then error occurs: > > Failed to open module "module-alsa-sink": file not found Are you sure you have the alsa headers installed in the build environment? If the environment is based on Debian, the header package name is libasound2-dev, otherwise it's probably something else. In addition to all those --disable-foo options you can also give --enable-alsa, in which case configure will fail if you don't have the alsa headers available. Note also that configure prints a summary of enabled and disabled features to the end of the script output, which you can use to check whether alsa is enabled or not. -- Tanu Kaskinen