<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 08/10/2009 10:00 PM, Tim wrote:
<blockquote
 cite="mid:1249956021.17539.23.camel@suspishus.lan.cameratim.com"
 type="cite">
  <pre wrap="">On Mon, 2009-08-10 at 21:20 -0400, Jim wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">FC11, Trying to play a .WMV in Thunderbird I get this error, what does
it mean.

/media/1/usr/bin/vlc: error while loading shared libraries:
libvlc.so.0: 
cannot open shared object file: No such file or directory
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It can't find that file.  And that's a strange place to have vlc
(inside /media).  Send the list a paste of the output from these two
command lines:

 locate libvlc.so
 locate vlc|grep bin

  </pre>
</blockquote>
$ locate libvlc.so<br>
/usr/lib64/libvlc.so<br>
/usr/lib64/libvlc.so.2<br>
/usr/lib64/libvlc.so.2.2.0<br>
<br>
$ locate vlc|grep bin<br>
/usr/bin/cvlc<br>
/usr/bin/nvlc<br>
/usr/bin/qvlc<br>
/usr/bin/rvlc<br>
/usr/bin/svlc<br>
/usr/bin/vlc<br>
/usr/bin/vlc-wrapper<br>
/usr/lib64/vlc/codec/libinvmem_plugin.so<br>
/usr/lib64/vlc/misc/libinhibit_plugin.so<br>
/usr/lib64/vlc/video_filter/libinvert_plugin.so<br>
<br>
</body>
</html>