質問編集履歴
1
新たなエラー
test
CHANGED
File without changes
|
test
CHANGED
@@ -101,3 +101,59 @@
|
|
101
101
|
|
102
102
|
|
103
103
|
アドバイスいただければ幸いです。
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
解答してただいた通りsudo yum --enablerepo=remi-php73 install php-pdo php-mysql
|
112
|
+
|
113
|
+
を実行しますと下記エラーになりました。
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
エラー: パッケージ: php-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
118
|
+
|
119
|
+
要求: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
|
120
|
+
|
121
|
+
エラー: パッケージ: php-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
122
|
+
|
123
|
+
要求: httpd-mmn = 20120211x8664
|
124
|
+
|
125
|
+
インストール: httpd-2.2.15-69.el6.centos.x86_64 (@base)
|
126
|
+
|
127
|
+
httpd-mmn = 20051115
|
128
|
+
|
129
|
+
エラー: パッケージ: php-mysqlnd-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
130
|
+
|
131
|
+
要求: libc.so.6(GLIBC_2.15)(64bit)
|
132
|
+
|
133
|
+
エラー: パッケージ: php-cli-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
134
|
+
|
135
|
+
要求: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
|
136
|
+
|
137
|
+
エラー: パッケージ: php-cli-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
138
|
+
|
139
|
+
要求: libc.so.6(GLIBC_2.15)(64bit)
|
140
|
+
|
141
|
+
エラー: パッケージ: php-json-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
142
|
+
|
143
|
+
要求: libc.so.6(GLIBC_2.14)(64bit)
|
144
|
+
|
145
|
+
エラー: パッケージ: php-common-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
146
|
+
|
147
|
+
要求: libc.so.6(GLIBC_2.15)(64bit)
|
148
|
+
|
149
|
+
エラー: パッケージ: php-pdo-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
150
|
+
|
151
|
+
要求: libc.so.6(GLIBC_2.14)(64bit)
|
152
|
+
|
153
|
+
エラー: パッケージ: php-7.3.17-1.el7.remi.x86_64 (remi-php73)
|
154
|
+
|
155
|
+
要求: libc.so.6(GLIBC_2.15)(64bit)
|
156
|
+
|
157
|
+
問題を回避するために --skip-broken を用いることができません
|
158
|
+
|
159
|
+
これらを試行できます: rpm -Va --nofiles --nodigest
|