I'm trying to build and install mpd to work with pulse audio, so I'm running
./configure --enable-pulse
but the last lines read
checking for PULSE... no
configure: error: PulseAudio output plugin: libpulse not found
I'm not too familiar with all these packages, but running pacmd opens up the CLI for pulseaudio properly. Is libpulse something different? How can I get it setup on Ubuntu Maverick?
Thanks in advance!