Q&A
実現したいこと
- CentOSにZabbixをインストールしたいが、パッケージインストールでエラーが出るため、解決したい
前提
Linux KVM上にCentOS7をインストールし、その上で操作しています。
発生している問題・エラーメッセージ
[root@localhost user1]# rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm を取得中 準備しています... ################################# [100%] パッケージ zabbix-release-6.0-4.el8.noarch (zabbix-release-5.0-1.el7.noarch より新しいもの) は既にインストールされています。 [root@localhost user1]#
[root@localhost user1]# dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-sql-scripts zabbix-selinux-policy zabbix-agent メタデータの期限切れの最終確認: 0:19:31 時間前の 2023年03月30日 21時06分39秒 に実施しました。 エラー: 問題 1: conflicting requests - nothing provides libcrypto.so.1.1()(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libssl.so.1.1()(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libssl.so.1.1(OPENSSL_1_1_0)(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libssl.so.1.1(OPENSSL_1_1_1)(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libevent-2.1.so.6()(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libnetsnmp.so.35()(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libssh.so.4(LIBSSH_4_5_0)(64bit) needed by zabbix-server-mysql-6.0.0-1.el8.x86_64 - nothing provides libcrypto.so.1.1()(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 - nothing provides libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 - nothing provides libssl.so.1.1()(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 - nothing provides libssl.so.1.1(OPENSSL_1_1_0)(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 - nothing provides libssl.so.1.1(OPENSSL_1_1_1)(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 - nothing provides libevent-2.1.so.6()(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 - nothing provides libnetsnmp.so.35()(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 - nothing provides libssh.so.4(LIBSSH_4_5_0)(64bit) needed by zabbix-server-mysql-6.0.1-1.el8.x86_64 --- 以下省略 --- [root@localhost user1]#
回答1件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
2023/04/09 13:59