Hi, > But I stumped by padevchooser, configure fails looking for the > libpulse-browse package. Well, here are the dependencies for libpulse-browse: $ ldd /usr/lib/libpulse-browse.so.0.1.1 linux-vdso.so.1 => (0x00007fff255ff000) libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007f701d06a000) libpulsecommon-0.9.15.so => /usr/lib/libpulsecommon-0.9.15.so (0x00007f701ce25000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f701cb1d000) libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f701c902000) libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f701c6f9000) libXtst.so.6 => /usr/lib/libXtst.so.6 (0x00007f701c4f2000) libwrap.so.0 => /lib/libwrap.so.0 (0x00007f701c2e7000) libavahi-common.so.3 => /usr/lib/libavahi-common.so.3 (0x00007f701c0da000) libavahi-client.so.3 => /usr/lib/libavahi-client.so.3 (0x00007f701bec8000) libcap.so.1 => /lib/libcap.so.1 (0x00007f701bcc4000) libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0x00007f701babe000) librt.so.1 => /lib/librt.so.1 (0x00007f701b8b5000) libdl.so.2 => /lib/libdl.so.2 (0x00007f701b6b1000) libm.so.6 => /lib/libm.so.6 (0x00007f701b42c000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f701b20f000) libc.so.6 => /lib/libc.so.6 (0x00007f701ae9d000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f701ac81000) libuuid.so.1 => /lib/libuuid.so.1 (0x00007f701aa7b000) libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f701a869000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f701a64f000) libdbus-1.so.3 => /lib/libdbus-1.so.3 (0x00007f701a411000) /lib64/ld-linux-x86-64.so.2 (0x00007f701d4d6000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f701a20e000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f701a009000) If you don't have all of those dependencies, it can't build it, and if it can't build it, it shouldn't ship the .pc file. If you do have all those dependencies (and each of their respective development headers) then libpulse-browse should build, and ship its pkgconfig file. If you're sure that all the deps are satisfied (in terms of version number, shared library presence, and development headers presence) and it still isn't building or shipping the pkgconfig files, then file a ticket on PulseAudio's trac instance. HTH, Sean On Fri, Mar 13, 2009 at 10:33 AM, <jrlowry376 at comcast.net> wrote: > I'm trying to install pulseaudio on slamd64 from source. > > I've worked though most version and dependency issues. > ---snip-to-top--- > > I do see the the libpulse-browse.pc.in file as part of the pulseaudo > source but I'm not sure how this relates to a the package or libraries. > > When I build pulseaudio I don't find a libpulse-browse.so library. > > all pointers on how to finish this up are greatly appreciated. > > Thanks, jack > > _______________________________________________ > pulseaudio-discuss mailing list > pulseaudio-discuss at mail.0pointer.de > https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss >