Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Issues»ffmpeg: error while loading shared libraries: libavdevice.so.55: cannot open shared object file: No such file or directory

    ffmpeg: error while loading shared libraries: libavdevice.so.55: cannot open shared object file: No such file or directory

    By RahulJune 24, 20131 Min Read

    Error:

    I faced following error after installing ffmpeg on our CentOS 6.5 server.

    Advertisement

    ffmpeg: error while loading shared libraries: libavdevice.so.55: cannot open shared object file: No such file or directory

    Solution:

    In my case this issue comes, when we don’t not added codecs libraries path in ldconfig. I have fixed it by adding following entries in /etc/ld.so.conf.

    # vim /etc/ld.so.conf
    
    include ld.so.conf.d/*.conf
    /usr/lib
    /usr/local/lib
    

    Save file and run command

    # ldconfig
    

    All working now.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    SVN Repository Corruption – SVNREPO/db/current

    The login is invalid – WHM/cPanel

    ERROR: Site example.com does not exists! – Apache a2ensite command

    View 2 Comments

    2 Comments

    1. Scott on May 20, 2016 8:38 pm

      Thank you Rahul! I was getting this same error on my CentOS server, and your solution has got me back on project!

      Reply
    2. LorDVictiM on January 5, 2015 6:39 pm

      Thank you Rahul,

      you´ve saved my life 🙂 was desperate.

      Greetings from Berlin, Germany

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to List Manually Installed Packages in Ubuntu & Debian
    • 10 Bash Tricks Every Developer Should Know
    • How to Validate Email Address in JavaScript
    • Firewalld: Common Firewall Rules and Commands
    • 12 Apk Commands in Alpine Linux Package Management
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.