`
crabdave
  • 浏览: 1294928 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Centos7 安装ffmpeg 出现Requires: libass.so.5()(64bit)错误

 
阅读更多

Centos7 安装ffmpeg 出现Requires: libass.so.5()(64bit)错误

 

参考:

http://jingyan.baidu.com/article/22a299b5cf7ea79e19376ad1.html

 

yum install -y epel-release 

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

yum repolist 

rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 

rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

yum repolist 

 

yum install -y ffmpeg

出现错误:

Requires: libass.so.5()(64bit)

 

参考:

http://www.rpmfind.net/linux/rpm2html/search.php?query=libass.so.5()(64bit)

 

下载 lib64ass5-0.13.4-1.mga5.x86_64.rpm

wget ftp://195.220.108.108/linux/mageia/distrib/5/x86_64/media/core/updates/lib64ass5-0.13.4-1.mga5.x86_64.rpm

 

rpm -ivh lib64ass5-0.13.4-1.mga5.x86_64.rpm

 

再次安装

yum install -y ffmpeg

查看版本

ffmpeg -version

 

ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers

built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)

分享到:
评论

相关推荐

    需要:libQt5WebKitWidgets.so.5()(64bit) >= 5.5

    需要:libQt5WebKitWidgets.so.5()(64bit) >= 5.5 错误:软件包:teamviewer-13.1.3026-0.x86_64 (/teamviewer_13.1.3026.x86_64) 需要:libQt5WebKit.so.5()(64bit) >= 5.5 您可以尝试添加 --skip-broken 选项来...

    linux centos6的libpcre.so.0

    在Linux系统中,`libpcre.so.0`是一个重要的动态链接库,它属于Perl兼容正则表达式库(PCRE, Perl Compatible Regular Expressions)。这个库为多种编程语言和工具提供了强大的正则表达式处理功能。在您的情况下,您...

    Centos8安装WPS.docx

    安装过程中可能会遇到依赖检测失败的错误,需要安装依赖包libGLU.so.1()(64bit)和libXss.so.1()(64bit)。 4. 安装字体 安装WPS office后,需要安装字体。可以从链接中下载wps_symbol_fonts.zip,并将其解压到/usr/...

    CentOS7下的libcrypto.so.6+libexpat.so.0+libssl.so.6文件

    在给定的标题和描述中,提到了三个关键的动态链接库文件:`libcrypto.so.6`、`libexpat.so.0`和`libssl.so.6`,这些都是在CentOS 7环境下运行的软件可能会依赖的关键组件。 1. **libcrypto.so.6**: 这个文件是...

    centos7 x86-64 libstdc++.so.6.0.30

    《深入理解CentOS7 x86-64下的libstdc++.so.6.0.30库》 在Linux操作系统中,动态链接库扮演着至关重要的角色,它们提供了程序运行所需的共享函数和数据,使得多个程序可以共享系统资源,减少内存占用。其中,`...

    libtinfo.so.5(64位)

    本文将深入探讨“libtinfo.so.5(64位)”这个特定的动态链接库及其在安装MySQL或构建双机集群时可能遇到的“No Such Directory”错误。 `libtinfo.so.5`是一个关键的Linux动态链接库,属于GNU终端仿真库(ncurses)...

    libstdc++.so.6.0.22 centos7 64bit

    centos7的环境下安装了python3.7运行程序,在tensorflow报错“ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found” 下载新的进行安装和配置

    libssl.so.10缺失库文件的解决办法.doc

    有时在运行某些程序时可能会遇到“error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory”这样的错误提示,这意味着系统缺少名为libssl.so.10的动态...

    安装Apache提示缺少 libapr-1.so.0与libaprutil-1完美解决

    3. **验证安装**:在安装完所有依赖库后,再次尝试安装Apache,观察是否还会出现相同的错误。如果问题仍未解决,可能需要检查系统的动态链接器配置文件`/etc/ld.so.conf`,确保包含了APR和APR-UTIL库的路径,并执行`...

    ntp-4.2.6p5-12.el6.centos.2.x86_64.r和ntpdate-4.2.6p5-12.el6.centos.2.x86_64.rpm

    ntp-4.2.6p5-12.el6.centos.2.x86_64.rpm 和 ntpdate-4.2.6p5-12.el6.centos.2.x86_64.rpm 是针对CentOS 6.x或Red Hat 6.x 64位系统的RPM安装包,用于部署和管理网络时间服务。 NTP的主要功能是确保系统时钟的准确...

    libfreetype.so.6

    《深入理解Linux动态库:libfreetype.so.6详解》 在Linux操作系统中,动态链接库(Dynamic Link Library,简称动态库)是系统提供的一种共享资源,它们包含了一组可重用的函数和数据,可供多个应用程序共享,极大地...

    CentOS 安装软件出现错误:/lib/ld-linux.so.2: bad ELF interpreter 解决

    在使用CentOS操作系统的过程中,我们可能会遇到这样的问题:在安装某些软件时,系统会报错“/lib/ld-linux.so.2: bad ELF interpreter”,这种错误通常发生在64位系统上尝试运行或安装32位程序时。本文将详细介绍这...

    libtinfo.so.5 64位

    libtinfo.so.5 64位 请注意是64位的,别下载错了哦 。。

    libaec-1.0.2-3.el8.x86_64.rpm

    在安装gmt时,出现错误: Error: Problem: package gmt-6.0.0-1.el8.x86_64 requires libnetcdf.so.15()(64bit), but none of the providers can be installed - conflicting requests - nothing provides ...

    #CentOS7下安装mysql8.txt

    ### CentOS 7 下 MySQL 8 安装指南 #### 一、概述 本文将详细介绍如何在 CentOS 7 系统上安装 MySQL 8 数据库。MySQL 是一款非常流行的关系型数据库管理系统,在 Web 开发和企业级应用中都有广泛的应用。随着版本的...

    libfreetype.so.6.12.1

    error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory 缺少的文件libfreetype.so.6

    centos7安装Oracle11R2最全依赖包

    Exception in thread "main" java.lang.UnsatisfiedLinkError: /app/oracle/product/11.2.0/jdk/jre/lib/amd64/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory ...

    免费 openssh-9.0p1-1.el7.x86_64 for RHEL/CentOS 7 升级RPM包

    [root@localhost x86_64]# ll total 8276 -rw-r--r--. 1 root root 4239360 Jun 25 16:54 openssh-9.0p1-1.el7.x86_64.rpm -rw-r--r--. 1 root root 654600 Jun 25 16:51 openssh-clients-9.0p1-1.el7.x86_64.rpm -...

    ntp-4.2.6p5-29.el7.centos.2.x86_64 适用于centos7.9

    ntp-4.2.6p5-29.el7.centos.2.x86_64 适用于Linux centos7.9

    libpcre2-8.so.0.5.0,nginx1.24.0部署需要

    因此,在CentOS7系统上安装Nginx 1.24.0前,必须确保有libpcre2-8.so.0.5.0这个库的正确版本,否则Nginx可能无法启动或运行不正常。这通常涉及到手动下载库文件,然后使用`rpm`或`yum`(在CentOS7中)的本地仓库功能...

Global site tag (gtag.js) - Google Analytics