解决了一个小问题

  原来在debian上使用mplayer+w32codecs一直弹出“ERROR: Could not open required DirectShow codec drvc.so . ”的恼人的小问题,今天google了一下,参照FC6下Mplayer安装
  运行:

$cd /usr/lib/codecs/
$sudo ldd drvc.so

  发现也有一个类似libstdc++.so.5 => not found
  于是到debian的package仓库查找该文件(其实是libstdc++.so.5.0.6),开始找不到,换成libstdc++.so.5,总算找到了一个libstdc++.so.5.0.7的在libstdc++5包里,这就好办啦。
  马上,

$sudo apt-get install libstdc++ 5

  安装完之后mplayer就不会再弹出那个恼人的error了。
  而且,原来只有声音没有画面的totem-xine居然也正常了!
  哈哈

whycrying 2008-01-03 01:05 发表评论

你可能感兴趣的:(Debian,Google)