Centos6.8にopendkimをインストールしたいのですが、失敗します。
パッケージが無いと表示されてしまうのですが、どの様に対応すればよろしいでしょうか。よろしくお願いいたします。
こちらで実施したコマンドは次の通りです。
[root@vmailsv01 ~]# uname -a
Linux vmailsv01 2.6.32-642.1.1.el6.x86_64 #1 SMP Tue May 31 21:57:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@vmailsv01 ~]# cat /etc/redhat-release
CentOS release 6.8 (Final)
[root@vmailsv01 ~]#
[root@vmailsv01 ~]# yum install epel-release (リポジトリ確認)
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
- epel: ftp.iij.ad.jp
Package epel-release-7-13.noarch already installed and latest version
Nothing to do
[root@vmailsv01 ~]#
[root@vmailsv01 ~]# yum install opendkim (ここでOpendkimをインストールします)
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
- epel: ftp.iij.ad.jp
Resolving Dependencies
--> Running transaction check
---> Package opendkim.x86_64 0:2.11.0-0.1.el7 will be installed
--> Processing Dependency: libopendkim(x86-64) = 2.11.0-0.1.el7 for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libbsd.so.0(LIBBSD_0.0)(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: systemd for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: systemd for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libbsd.so.0()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libdb-5.3.so()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libmemcached.so.11()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libmemcachedutil.so.2()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libmilter.so.1.0()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libopendbx.so.1()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libopendkim.so.11()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Running transaction check
---> Package libbsd.x86_64 0:0.8.3-1.el7 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.16)(64bit) for package: libbsd-0.8.3-1.el7.x86_64
---> Package libopendkim.x86_64 0:2.11.0-0.1.el7 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: libopendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libdb-5.3.so()(64bit) for package: libopendkim-2.11.0-0.1.el7.x86_64
---> Package opendbx.x86_64 0:1.4.6-6.el7 will be installed
---> Package opendkim.x86_64 0:2.11.0-0.1.el7 will be installed
--> Processing Dependency: systemd for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: systemd for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libdb-5.3.so()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libmemcached.so.11()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
--> Processing Dependency: libmemcachedutil.so.2()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
---> Package sendmail-milter.x86_64 0:8.14.4-9.el6_8.1 will be installed
--> Finished Dependency Resolution
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
Requires: libmemcached.so.11()(64bit)
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: libopendkim-2.11.0-0.1.el7.x86_64 (epel)
Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: libopendkim-2.11.0-0.1.el7.x86_64 (epel)
Requires: libdb-5.3.so()(64bit)
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
Requires: libdb-5.3.so()(64bit)
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
Requires: libmemcachedutil.so.2()(64bit)
Error: Package: libbsd-0.8.3-1.el7.x86_64 (epel)
Requires: libc.so.6(GLIBC_2.16)(64bit)
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
Requires: systemd
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@vmailsv01 ~]#
Requiresいくつか出ますが、どの様に対応すればよいのでしょうか??
なお、最後の方にトライと書いてある--skip-brokenを試したら、errorの部分だけ全部skipして終了しました、その後dkimのコマンドは起動しなかったので失敗したようです。
次のトライのrpm -Va --nofiles --nodigestも試しましたが、なにも表示されず終了しました。その後再度dkimのインストールを行いましたが、同じ結果で失敗となりました。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/29 14:49
2021/06/29 14:54
2021/06/29 15:16