質問編集履歴

2

正しい情報を提示

2017/12/07 06:20

投稿

ByronHasegawa
ByronHasegawa

スコア255

test CHANGED
File without changes
test CHANGED
@@ -167,3 +167,15 @@
167
167
  You could try running: rpm -Va --nofiles --nodigest
168
168
 
169
169
  ```
170
+
171
+
172
+
173
+ ###正しい情報を提示します。
174
+
175
+
176
+
177
+ 実際にコマンドを実行した時の画面です。
178
+
179
+
180
+
181
+ [コマンド実行時の動画](https://www.useloom.com/share/35000db615784265a005578b017c8c20)

1

追記

2017/12/07 06:20

投稿

ByronHasegawa
ByronHasegawa

スコア255

test CHANGED
File without changes
test CHANGED
@@ -89,3 +89,81 @@
89
89
  しかし、
90
90
 
91
91
  php7からphp5.6に切り替えるとphpinfo()にintlが表示されます。
92
+
93
+
94
+
95
+ ###追記
96
+
97
+ 下記を実行しました。
98
+
99
+ ```ここに言語を入力
100
+
101
+ yum --enablerepo=remi-php71 install php-intl
102
+
103
+ ```
104
+
105
+
106
+
107
+ 下記のエラーが返ってきました。
108
+
109
+
110
+
111
+ ```ここに言語を入力
112
+
113
+ Error: Package: php-pecl-apcu-4.0.11-2.el7.remi.5.6.x86_64 (installed)
114
+
115
+ Requires: php(api) = 20131106-64
116
+
117
+ Removing: php-common-5.6.31-1.el7.remi.x86_64 (@remi-php56)
118
+
119
+ php(api) = 20131106-64
120
+
121
+ Updated By: php-common-7.1.12-4.el7.remi.x86_64 (remi-php71)
122
+
123
+ php(api) = 20160303-64
124
+
125
+ Available: php-common-5.4.16-42.el7.x86_64 (base)
126
+
127
+ php(api) = 20100412-64
128
+
129
+ Available: php-common-5.4.16-43.el7_4.x86_64 (updates)
130
+
131
+ php(api) = 20100412-64
132
+
133
+ Available: php-common-7.1.12-3.el7.remi.x86_64 (remi-php71)
134
+
135
+ php(api) = 20160303-64
136
+
137
+ Error: Package: php-pecl-apcu-4.0.11-2.el7.remi.5.6.x86_64 (installed)
138
+
139
+ Requires: php(zend-abi) = 20131226-64
140
+
141
+ Removing: php-common-5.6.31-1.el7.remi.x86_64 (@remi-php56)
142
+
143
+ php(zend-abi) = 20131226-64
144
+
145
+ Updated By: php-common-7.1.12-4.el7.remi.x86_64 (remi-php71)
146
+
147
+ php(zend-abi) = 20160303-64
148
+
149
+ Available: php-common-5.4.16-42.el7.x86_64 (base)
150
+
151
+ php(zend-abi) = 20100525-64
152
+
153
+ Available: php-common-5.4.16-43.el7_4.x86_64 (updates)
154
+
155
+ php(zend-abi) = 20100525-64
156
+
157
+ Available: php-common-7.1.12-3.el7.remi.x86_64 (remi-php71)
158
+
159
+ php(zend-abi) = 20160303-64
160
+
161
+ Error: Package: php-pecl-zip-1.15.1-1.el7.remi.7.1.x86_64 (remi-php71)
162
+
163
+ Requires: libzip.so.5()(64bit)
164
+
165
+ You could try using --skip-broken to work around the problem
166
+
167
+ You could try running: rpm -Va --nofiles --nodigest
168
+
169
+ ```