teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追記

2016/07/05 14:07

投稿

WebDesigner
WebDesigner

スコア11

title CHANGED
File without changes
body CHANGED
@@ -59,4 +59,42 @@
59
59
  ```
60
60
 
61
61
  ###最後に
62
- 今までは安いレンタルサーバーを借りてFTPでファイルを上げることしかしなかったのでサーバについての知識はかなり乏しいのですが、どなたかご教授お願い致します。
62
+ 今までは安いレンタルサーバーを借りてFTPでファイルを上げることしかしなかったのでサーバについての知識はかなり乏しいのですが、どなたかご教授お願い致します。
63
+
64
+
65
+ #追記
66
+ sudo yum -y --enablerepo=remi install php-mysql
67
+ を実行してみたのですが状況に変化がありませんでした。
68
+ ```
69
+ $ sudo yum -y --enablerepo=remi install php-mysql
70
+ Loaded plugins: fastestmirror
71
+ Loading mirror speeds from cached hostfile
72
+ * base: mirror.cisp.com
73
+ * epel: mirror.steadfast.net
74
+ * extras: mirror.eboundhost.com
75
+ * remi: mirrors.mediatemple.net
76
+ * remi-safe: mirrors.mediatemple.net
77
+ * updates: mirror.tzulo.com
78
+ Resolving Dependencies
79
+ --> Running transaction check
80
+ ---> Package php-mysql.x86_64 0:5.4.45-10.el7.remi will be installed
81
+ --> Processing Dependency: php-pdo(x86-64) = 5.4.45-10.el7.remi for package: php-mysql-5.4.45-10.el7.remi.x86_64
82
+ --> Running transaction check
83
+ ---> Package php-pdo.x86_64 0:5.4.45-10.el7.remi will be installed
84
+ --> Processing Dependency: php-common(x86-64) = 5.4.45-10.el7.remi for package: php-pdo-5.4.45-10.el7.remi.x86_64
85
+ --> Finished Dependency Resolution
86
+ Error: Package: php-pdo-5.4.45-10.el7.remi.x86_64 (remi)
87
+ Requires: php-common(x86-64) = 5.4.45-10.el7.remi
88
+ Installed: php-common-5.6.23-1.el7.remi.x86_64 (@remi-php56)
89
+ php-common(x86-64) = 5.6.23-1.el7.remi
90
+ Available: php-common-5.4.16-36.el7_1.x86_64 (base)
91
+ php-common(x86-64) = 5.4.16-36.el7_1
92
+ Available: php-common-5.4.16-36.1.el7_2.1.x86_64 (updates)
93
+ php-common(x86-64) = 5.4.16-36.1.el7_2.1
94
+ Available: php-common-5.4.45-9.el7.remi.x86_64 (remi)
95
+ php-common(x86-64) = 5.4.45-9.el7.remi
96
+ Available: php-common-5.4.45-10.el7.remi.x86_64 (remi)
97
+ php-common(x86-64) = 5.4.45-10.el7.remi
98
+ You could try using --skip-broken to work around the problem
99
+ You could try running: rpm -Va --nofiles --nodigest
100
+ ```