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 If I try to load module "module-pipe-sink" and other modules, they can be loaded. Then I try pulseaudio-0.9.21 with the same compile script, I can load module-alsa-sink. Maybe pulseaudio-0.9.21 has fixed the bug of pulseaudio-0.9.15. I don't know what is the root cause of this issue. Can somebody help me? Tie