質問編集履歴
3
エラー内容追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,14 +24,35 @@
|
|
24
24
|
|
25
25
|
//ここでdevelが依存関係によりインストール出来ない。
|
26
26
|
#yum --disablerepo=base,extras,updates --enablerepo=ius -y install httpd-devel mod_ssl
|
27
|
-
|
27
|
+
Loaded plugins: fastestmirror
|
28
|
+
Loading mirror speeds from cached hostfile
|
29
|
+
Including mirror: ftp.riken.jp
|
30
|
+
* remi-safe: ftp.riken.jp
|
31
|
+
Resolving Dependencies
|
32
|
+
--> Running transaction check
|
33
|
+
---> Package httpd24u-devel.x86_64 0:2.4.43-1.el7.ius will be installed
|
34
|
+
--> Processing Dependency: perl >= 5.004 for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
35
|
+
--> Processing Dependency: apr15u-util-devel >= 1.5.0 for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
36
|
+
--> Processing Dependency: apr15u-devel >= 1.5.0 for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
37
|
+
--> Processing Dependency: /usr/bin/perl for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
38
|
+
--> Processing Dependency: perl(strict) for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
39
|
+
--> Running transaction check
|
40
|
+
---> Package apr15u-devel.x86_64 0:1.5.2-2.ius.el7 will be installed
|
41
|
+
---> Package apr15u-util-devel.x86_64 0:1.5.4-3.ius.el7 will be installed
|
42
|
+
---> Package httpd24u-devel.x86_64 0:2.4.43-1.el7.ius will be installed
|
43
|
+
--> Processing Dependency: perl >= 5.004 for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
44
|
+
--> Processing Dependency: /usr/bin/perl for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
45
|
+
--> Processing Dependency: perl(strict) for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
46
|
+
--> Processing Dependency: /usr/bin/perl for package: httpd24u-devel-2.4.43-1.el7.ius.x86_64
|
47
|
+
--> Finished Dependency Resolution
|
28
48
|
Error: Package: httpd24u-devel-2.4.43-1.el7.ius.x86_64 (ius)
|
29
49
|
Requires: /usr/bin/perl
|
30
50
|
Error: Package: httpd24u-devel-2.4.43-1.el7.ius.x86_64 (ius)
|
31
51
|
Requires: perl >= 5.004
|
32
52
|
Error: Package: httpd24u-devel-2.4.43-1.el7.ius.x86_64 (ius)
|
33
53
|
Requires: perl(strict)
|
34
|
-
|
54
|
+
You could try using --skip-broken to work around the problem
|
55
|
+
You could try running: rpm -Va --nofiles --nodigest
|
35
56
|
***
|
36
57
|
|
37
58
|
Packages skipped because of dependency problems:
|
2
エラー内容の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,6 +25,15 @@
|
|
25
25
|
//ここでdevelが依存関係によりインストール出来ない。
|
26
26
|
#yum --disablerepo=base,extras,updates --enablerepo=ius -y install httpd-devel mod_ssl
|
27
27
|
|
28
|
+
Error: Package: httpd24u-devel-2.4.43-1.el7.ius.x86_64 (ius)
|
29
|
+
Requires: /usr/bin/perl
|
30
|
+
Error: Package: httpd24u-devel-2.4.43-1.el7.ius.x86_64 (ius)
|
31
|
+
Requires: perl >= 5.004
|
32
|
+
Error: Package: httpd24u-devel-2.4.43-1.el7.ius.x86_64 (ius)
|
33
|
+
Requires: perl(strict)
|
34
|
+
|
35
|
+
***
|
36
|
+
|
28
37
|
Packages skipped because of dependency problems:
|
29
38
|
apr15u-devel-1.5.2-2.ius.el7.x86_64 from ius
|
30
39
|
apr15u-util-devel-1.5.4-3.ius.el7.x86_64 from ius
|
1
タイトル修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
httpd-develのインストールが
|
1
|
+
httpd-develのインストールが出来ない。
|
body
CHANGED
File without changes
|