On Jan 15, 2008 4:49 PM, Kanwar Ranbir Sandhu <m3freak@xxxxxxxxxxxxxxxxxx> wrote: > On Tue, 2008-01-15 at 22:43 +0100, Nico Sabbi wrote: > > before compiling mplayer you need to install libsmbclient-devel, > > if you don't already have it. > > Okay. So, how do I check what protocols have been compiled into mplayer > (I didn't build it - just installed it from livna)? You could see if the mplayer binary links to libsmbclinet: [mirandam@charon ~]$ ldd /usr/bin/mplayer | grep smb For example you should see something like: libsmbclient.so.0 => /usr/lib/libsmbclient.so.0 (0x00150000) -Mauriat