質問編集履歴
1
You could try~ の結果2つを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -51,7 +51,7 @@
|
|
51
51
|
--> Processing Dependency: libmemcachedutil.so.2()(64bit) for package: opendkim-2.11.0-0.1.el7.x86_64
|
52
52
|
---> Package sendmail-milter.x86_64 0:8.14.4-9.el6_8.1 will be installed
|
53
53
|
--> Finished Dependency Resolution
|
54
|
-
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
|
54
|
+
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
|
55
55
|
Requires: libmemcached.so.11()(64bit)
|
56
56
|
Error: Package: opendkim-2.11.0-0.1.el7.x86_64 (epel)
|
57
57
|
Requires: libc.so.6(GLIBC_2.14)(64bit)
|
@@ -69,4 +69,8 @@
|
|
69
69
|
Requires: systemd
|
70
70
|
You could try using --skip-broken to work around the problem
|
71
71
|
You could try running: rpm -Va --nofiles --nodigest
|
72
|
-
[root@vmailsv01 ~]#
|
72
|
+
[root@vmailsv01 ~]#
|
73
|
+
|
74
|
+
Requiresいくつか出ますが、どの様に対応すればよいのでしょうか??
|
75
|
+
なお、最後の方にトライと書いてある--skip-brokenを試したら、errorの部分だけ全部skipして終了しました、その後dkimのコマンドは起動しなかったので失敗したようです。
|
76
|
+
次のトライのrpm -Va --nofiles --nodigestも試しましたが、なにも表示されず終了しました。その後再度dkimのインストールを行いましたが、同じ結果で失敗となりました。
|