我在amazon-ec2上安装check_mk时遇到问题。
我已经成功安装了nagios核心,现在我尝试按rpm安装check_mk插件:
rpm -ivh check-mk-raw-1.2.8p17-el7-40.x86_64.rpm
Rpm停止并返回安装所需依赖项的列表。我们中的大多数都成功安装,但我的其余部分都有问题。
error: Failed dependencies:
mariadb-server is needed by check-mk-raw-1.2.8p17-el7-40.x86_64
python-reportlab is needed by check-mk-raw-1.2.8p17-el7-40.x86_64
libgsf is needed by check-mk-raw-1.2.8p17-el7-40.x86_64
MariaDB的
我按照网站https://downloads.mariadb.org/mariadb/repositories/
的说明进行操作接下来,我在/etc/yum.repos.d/目录中创建了MariaDB.repo文件,内容为:
# MariaDB 10.1 RedHat repository list - created 2017-02-28 11:57 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.1/rhel7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
之后我尝试通过命令安装MariaDB:
sudo yum install MariaDB-server MariaDB-client
结果我得到了跟踪错误
Error: Package: MariaDB-server-10.1.21-1.el7.centos.x86_64 (mariadb)
Requires: libsystemd.so.0(LIBSYSTEMD_209)(64bit)
Error: Package: MariaDB-server-10.1.21-1.el7.centos.x86_64 (mariadb)
Requires: libsystemd.so.0()(64bit)
所以我尝试了安装systemd,结果得到了:
configure: error: *** libmount support required but libraries not found
当我尝试按yum安装它时,我收到了:
Package libmount-2.23.2-26.27.amzn1.x86_64 already installed and latest version
Nothing to do
Python的ReportLab的
rpm -Uvh python-reportlab-3.1.8-5.fc23.x86_64.rpm
warning: python-reportlab-3.1.8-5.fc23.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 34ec9cba: NOKEY
error: Failed dependencies:
python-pillow is needed by python-reportlab-3.1.8-5.fc23.x86_64
rpm -Uvh python-pillow-3.0.0-1.fc23.i686.rpm
warning: python-pillow-3.0.0-1.fc23.i686.rpm: Header V3 RSA/SHA256 Signature, key ID 34ec9cba: NOKEY
error: Failed dependencies:
libc.so.6 is needed by python-pillow-3.0.0-1.fc23.i686
libc.so.6(GLIBC_2.0) is needed by python-pillow-3.0.0-1.fc23.i686
libc.so.6(GLIBC_2.1) is needed by python-pillow-3.0.0-1.fc23.i686
libc.so.6(GLIBC_2.1.3) is needed by python-pillow-3.0.0-1.fc23.i686
libc.so.6(GLIBC_2.11) is needed by python-pillow-3.0.0-1.fc23.i686
libc.so.6(GLIBC_2.3) is needed by python-pillow-3.0.0-1.fc23.i686
libc.so.6(GLIBC_2.3.4) is needed by python-pillow-3.0.0-1.fc23.i686
libc.so.6(GLIBC_2.4) is needed by python-pillow-3.0.0-1.fc23.i686
libfreetype.so.6 is needed by python-pillow-3.0.0-1.fc23.i686
libjpeg.so.62 is needed by python-pillow-3.0.0-1.fc23.i686
libjpeg.so.62(LIBJPEG_6.2) is needed by python-pillow-3.0.0-1.fc23.i686
liblcms2.so.2 is needed by python-pillow-3.0.0-1.fc23.i686
libopenjp2.so.7 is needed by python-pillow-3.0.0-1.fc23.i686
libpthread.so.0 is needed by python-pillow-3.0.0-1.fc23.i686
libpthread.so.0(GLIBC_2.0) is needed by python-pillow-3.0.0-1.fc23.i686
libpthread.so.0(GLIBC_2.1) is needed by python-pillow-3.0.0-1.fc23.i686
libpthread.so.0(GLIBC_2.2) is needed by python-pillow-3.0.0-1.fc23.i686
libpthread.so.0(GLIBC_2.3.2) is needed by python-pillow-3.0.0-1.fc23.i686
libpython2.7.so.1.0 is needed by python-pillow-3.0.0-1.fc23.i686
libtiff.so.5 is needed by python-pillow-3.0.0-1.fc23.i686
libtiff.so.5(LIBTIFF_4.0) is needed by python-pillow-3.0.0-1.fc23.i686
libwebp.so.5 is needed by python-pillow-3.0.0-1.fc23.i686
libwebpdemux.so.1 is needed by python-pillow-3.0.0-1.fc23.i686
libwebpmux.so.1 is needed by python-pillow-3.0.0-1.fc23.i686
libz.so.1 is needed by python-pillow-3.0.0-1.fc23.i686
rpm -Uvh glibc-2.24-3.fc25.i686.rpm
warning: glibc-2.24-3.fc25.i686.rpm: Header V3 RSA/SHA256 Signature, key ID fdb19c98: NOKEY
error: Failed dependencies:
glibc-common = 2.24-3.fc25 is needed by glibc-2.24-3.fc25.i686
glibc-langpack = 2.24-3.fc25 is needed by glibc-2.24-3.fc25.i686
rpm -ivh glibc-common-2.25-1.fc26.x86_64.rpm
warning: glibc-common-2.25-1.fc26.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 64dab85d: NOKEY
error: Failed dependencies:
/usr/bin/bash is needed by glibc-common-2.25-1.fc26.x86_64
glibc = 2.25-1.fc26 is needed by glibc-common-2.25-1.fc26.x86_64
libgsf
我从源代码(libgsf-1.14.0)成功安装了它,然而当我尝试使用rpm check-mk安装命令时,我在失败的依赖项中看到它。我可以以某种方式手动将其添加到rpm列表中吗?
我将不胜感激任何线索。如果没有进展,我会挣扎太长时间。
OS-释放:
NAME="Amazon Linux AMI"
VERSION="2016.09"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2016.09"
PRETTY_NAME="Amazon Linux AMI 2016.09"
Architecture: x86_64
28.02.2017编辑:
我成功安装了MariaDB:
Package MariaDB-server-10.1.21-1.el6.x86_64 already installed and latest version
Package MariaDB-client-10.1.21-1.el6.x86_64 already installed and latest version
但我仍然遇到失败的依赖项:
rpm -Uvh check-mk-raw-1.2.8p17-el7-40.x86_64.rpm
error: Failed dependencies:
mariadb-server is needed by check-mk-raw-1.2.8p17-el7-40.x86_64
python-reportlab is needed by check-mk-raw-1.2.8p17-el7-40.x86_64
libgsf is needed by check-mk-raw-1.2.8p17-el7-40.x86_64 how resolve it?
01.03.2017编辑:
最后我为rhel6安装了版本,它现在正在运行。
答案 0 :(得分:1)
我想我可以帮助 MariaDB ,今天我遇到了同样的问题。
我正在尝试安装最新的 MariaDB 10.1 ,我遇到了和你一样的错误。 Docker 社区不久前遇到过这个问题,他们只是将 RHEL 7.1 升级到更新的版本,所有问题都消失了。
众所周知,使用 Amazon Linux 并不是那么简单。
所以我按照这些步骤操作,然后就可以安装 MariaDB 5.5 (为了我的目的,这没关系)
使用此内容修改 MariaDB.repo 文件(实际上,只有 baseurl 更改):
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
清理repos元数据
sudo yum clean metadata
最后,尝试安装 MariaDB 服务器和客户端
sudo yum install -y MariaDB-server MariaDB-client
对我来说效果很好。祝你好运。