質問編集履歴

2

repolistでmysql55-communityが有効になっている事を確認しました。

2018/03/14 08:49

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -202,6 +202,56 @@
202
202
 
203
203
 
204
204
 
205
+ ```ここに言語を入力
206
+
207
+ # yum repolist
208
+
209
+ 読み込んだプラグイン:fastestmirror, langpacks
210
+
211
+ Repository google-chrome is listed more than once in the configuration
212
+
213
+ Loading mirror speeds from cached hostfile
214
+
215
+ * base: ftp.nara.wide.ad.jp
216
+
217
+ * epel: ftp.iij.ad.jp
218
+
219
+ * extras: ftp.nara.wide.ad.jp
220
+
221
+ * remi-safe: mirror.bebout.net
222
+
223
+ * updates: ftp.nara.wide.ad.jp
224
+
225
+ リポジトリー ID リポジトリー名 状態
226
+
227
+ base/7/x86_64 CentOS-7 - Base 9,591
228
+
229
+ epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,400
230
+
231
+ extras/7/x86_64 CentOS-7 - Extras 435
232
+
233
+ google-chrome google-chrome 3
234
+
235
+ mysql-connectors-community/x86_64 MySQL Connectors Community 45
236
+
237
+ mysql-tools-community/x86_64 MySQL Tools Community 57
238
+
239
+ mysql55-community/x86_64 MySQL 5.5 Community Server 430
240
+
241
+ remi-safe Safe Remi's RPM repository for Enterprise Linux 7 - x86_64 2,630
242
+
243
+ updates/7/x86_64 CentOS-7 - Updates 2,404
244
+
245
+ repolist: 27,995
246
+
247
+ ```
248
+
249
+
250
+
251
+ repolistを確認しました。
252
+
253
+
254
+
205
255
  ### 補足情報(FW/ツールのバージョンなど)
206
256
 
207
257
 

1

--skip-brokenオプションを付けて実行した時のエラーメッセージを追加しました。

2018/03/14 08:49

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -156,6 +156,52 @@
156
156
 
157
157
 
158
158
 
159
+ ```ここに言語を入力
160
+
161
+ # yum --enablerepo=remi install php-mysql --skip-broken
162
+
163
+ 読み込んだプラグイン:fastestmirror, langpacks
164
+
165
+ Repository google-chrome is listed more than once in the configuration
166
+
167
+ Loading mirror speeds from cached hostfile
168
+
169
+ * base: ftp.nara.wide.ad.jp
170
+
171
+ * epel: ftp.iij.ad.jp
172
+
173
+ * extras: ftp.nara.wide.ad.jp
174
+
175
+ * remi: mirror.bebout.net
176
+
177
+ * remi-safe: mirror.bebout.net
178
+
179
+ * updates: ftp.nara.wide.ad.jp
180
+
181
+ 依存性の解決をしています
182
+
183
+ --> トランザクションの確認を実行しています。
184
+
185
+ ---> パッケージ php-mysql.x86_64 0:5.4.45-14.el7.remi を インストール
186
+
187
+ --> 依存性の処理をしています: libmysqlclient.so.18(libmysqlclient_18)(64bit) のパッケージ: php-mysql-5.4.45-14.el7.remi.x86_64
188
+
189
+ パッケージ 1:mariadb-libs-5.5.56-2.el7.x86_64 は既にインストール済みの mysql-community-libs-5.5.59-2.el6.x86_64 によって不要扱いになりました。
190
+
191
+
192
+
193
+ パッケージは依存関係に問題があるため、飛ばします:
194
+
195
+ php-mysql-5.4.45-14.el7.remi.x86_64 (remi から)
196
+
197
+ ```
198
+
199
+
200
+
201
+ インストールされませんでした。
202
+
203
+
204
+
159
205
  ### 補足情報(FW/ツールのバージョンなど)
160
206
 
161
207