質問編集履歴

5

追記

2021/05/17 22:26

投稿

rapsody
rapsody

スコア7

test CHANGED
File without changes
test CHANGED
@@ -215,3 +215,103 @@
215
215
 
216
216
 
217
217
  > https://rcmdnk.com/blog/2019/11/26/computer-linux-homebrew/#google_vignette
218
+
219
+
220
+
221
+ ## 追記3
222
+
223
+ glibcが悪さをしている?のかもしれませんが、現在の状況として載せておきます。
224
+
225
+ ```
226
+
227
+ $ brew info glibc
228
+
229
+ Error: Please update your system Git.
230
+
231
+ Minimum required version: 2.7.0
232
+
233
+ Your Git version: ...
234
+
235
+ Your Git executable: /usr/bin/git
236
+
237
+ glibc: stable 2.23 (bottled)
238
+
239
+ GNU C Library
240
+
241
+ https://www.gnu.org/software/libc/
242
+
243
+ /home/linuxbrew/.linuxbrew/Cellar/glibc/2.23 (1,366 files, 85.7MB) *
244
+
245
+ Poured from bottle on 2021-05-17 at 07:27:40
246
+
247
+ From: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/glibc.rb
248
+
249
+ License: GPL-2.0-or-later and LGPL-2.1-or-later
250
+
251
+ ==> Dependencies
252
+
253
+ Build: binutils ✔, linux-headers ✔
254
+
255
+ ==> Requirements
256
+
257
+ Build: gawk 3.1.2 (or later) ✔, make 3.79 (or later) ✔, sed ✔
258
+
259
+ Required: System glibc < 2.23 ✔, Linux ✔, Linux kernel 2.6.32 (or later) ✔
260
+
261
+ ==> Analytics
262
+
263
+ install: 301 (30 days), 900 (90 days), 5,464 (365 days)
264
+
265
+ install-on-request: 110 (30 days), 238 (90 days), 1,788 (365 days)
266
+
267
+ build-error: 0 (30 days)
268
+
269
+
270
+
271
+
272
+
273
+ ```
274
+
275
+ ```
276
+
277
+ $ brew info gcc
278
+
279
+ Error: Please update your system Git.
280
+
281
+ Minimum required version: 2.7.0
282
+
283
+ Your Git version: ...
284
+
285
+ Your Git executable: /usr/bin/git
286
+
287
+ gcc: stable 11.1.0 (bottled), HEAD
288
+
289
+ GNU compiler collection
290
+
291
+ https://gcc.gnu.org/
292
+
293
+ Not installed
294
+
295
+ From: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/gcc.rb
296
+
297
+ License: GPL-3.0-or-later with GCC-exception-3.1
298
+
299
+ ==> Dependencies
300
+
301
+ Required: gmp ✔, isl ✘, libmpc ✔, mpfr ✔, zlib ✔, binutils ✔
302
+
303
+ ==> Options
304
+
305
+ --HEAD
306
+
307
+ Install HEAD version
308
+
309
+ ==> Analytics
310
+
311
+ install: 12,826 (30 days), 36,075 (90 days), 128,355 (365 days)
312
+
313
+ install-on-request: 10,027 (30 days), 28,909 (90 days), 92,619 (365 days)
314
+
315
+ build-error: 0 (30 days)
316
+
317
+ ```

4

追記

2021/05/17 22:26

投稿

rapsody
rapsody

スコア7

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,8 @@
12
12
 
13
13
 
14
14
 
15
+ そもそもbrewはPHP7.4を入れるためにインストールしたいです。
16
+
15
17
 
16
18
 
17
19
  #環境
@@ -194,6 +196,22 @@
194
196
 
195
197
 
196
198
 
197
- ## 追記
199
+ ## 追記1
198
200
 
199
201
  Executable and Linkable Format (ELF) とは、コンパイラが生成するオブジェクト、および、ライブラリとリンクされた実行ファイルのファイルフォーマット であるということはわかりました。
202
+
203
+
204
+
205
+ ## 追記2
206
+
207
+
208
+
209
+
210
+
211
+ ↓以下の記事では、lsやmvコマンドも使用できないとありますが、僕の環境では利用できます。
212
+
213
+ 上述のようにcurl -Vが使えない?glibcと競合?してるみたいです。
214
+
215
+
216
+
217
+ > https://rcmdnk.com/blog/2019/11/26/computer-linux-homebrew/#google_vignette

3

追記

2021/05/17 22:13

投稿

rapsody
rapsody

スコア7

test CHANGED
File without changes
test CHANGED
@@ -191,3 +191,9 @@
191
191
  3日ほどずっとハマっております。
192
192
 
193
193
  助けていただけると幸いです。
194
+
195
+
196
+
197
+ ## 追記
198
+
199
+ Executable and Linkable Format (ELF) とは、コンパイラが生成するオブジェクト、および、ライブラリとリンクされた実行ファイルのファイルフォーマット であるということはわかりました。

2

追記

2021/05/17 13:34

投稿

rapsody
rapsody

スコア7

test CHANGED
File without changes
test CHANGED
@@ -176,12 +176,18 @@
176
176
 
177
177
 
178
178
 
179
- ```curl: ??l?: ELF: x: Error 1644151959 ```や
179
+ ```
180
180
 
181
+ curl: ??l?: ELF: x: Error 1644151959
181
182
 
183
+ curl: 0h??: ELF: x: Error 93410455
182
184
 
183
- ```curl: 0h??: ELF: x: Error 93410455 ```
185
+ ```
184
186
 
185
187
 
186
188
 
187
189
  の直し方と、本来の目的であるbrewのインストールまでの方法を教えていただきたいです。
190
+
191
+ 3日ほどずっとハマっております。
192
+
193
+ 助けていただけると幸いです。

1

追記

2021/05/17 13:28

投稿

rapsody
rapsody

スコア7

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  #環境
18
18
 
19
- さくらサーバー vps
19
+ さくらvps
20
20
 
21
21
  CentOS Linux release 7.9.2009 (Core)
22
22