On Mon, 2015-09-28 at 18:19 +0530, LakshmiNarayanan Raju wrote: > Hi Team, > > Am getting the following output after I did a sudo make install with > pulseaudio7.0 in my local machine. > > ubuntu at ubuntu-VirtualBox:$ pactl --version > pactl 7.0 > Compiled with libpulse 7.0.0 > Linked with libpulse 4.0.0 So the problem is that pactl gets linked with an old libpulse version? "sudo ldconfig" should help with that. You may have to add /usr/local/lib at the top of /etc/ld.so.conf first. I assume you installed to the default prefix (/usr/local). -- Tanu