Solved a small problem

Source: Internet
Author: User
Solved a small problem-Debian information of the Linux release version. The following is a detailed description. Whycrying
The annoying problem of "ERROR: cocould not open required DirectShow codec drvc. so." is always prompted when mplayer + w32codecs is used in debian. Today, I google it and refer to Mplayer installation in FC6.

Run:
$ Cd/usr/lib/codecs/
$ Sudo ldd drvc. so

It is also found that there is a similar libstdc ++. so.5 => not found

So I went to the debian package repository to find the file (actually libstdc ++. so.5.0.6), cannot be found, changed to libstdc ++. so.5, finally found a libstdc ++. so.5.0.7 is in the libstdc ++ 5 package.

Right away
$ Sudo apt-get install libstdc ++ 5

After the installation, mplayer will not pop up the annoying error.

Besides, totem-xine, which only has no sound and no picture, is actually normal!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.