Hi, PA can't load module-cli-protocol-tcp.so and module-cli-protocol-unix.so etc. The root cause is a unresolved symbol 'pa_cli_free'. (of course, you will get a misleading 'no such file' error in PA because in vm_open() a 'CANNOT_OPEN' error is set in case of any error). Append 'libcli.la' to line 766 of src/Makefile libprotocol_cli_la_LIBADD = $(AM_LIBADD) libpulsecore- at PA_MAJORMINORMICRO@.la libpulsecommon- at PA_MAJORMINORMICRO@.la libpulse.la can fix this. Regards. Long