質問編集履歴

4

質問の解答

2020/11/01 03:24

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -72,6 +72,16 @@
72
72
 
73
73
 
74
74
 
75
+ ```
76
+
77
+ $ uname -i
78
+
79
+ aarch64
80
+
81
+ ```
82
+
83
+
84
+
75
85
  ### 補足情報(FW/ツールのバージョンなど)
76
86
 
77
87
 

3

質問の解答

2020/11/01 03:24

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -56,6 +56,22 @@
56
56
 
57
57
 
58
58
 
59
+ ```
60
+
61
+ $ sudo ls -ld /lib /lib64 /usr/lib /usr/lib64
62
+
63
+ ls: cannot access '/lib64': No such file or directory
64
+
65
+ ls: cannot access '/usr/lib64': No such file or directory
66
+
67
+ lrwxrwxrwx 1 root root 7 Jul 31 16:37 /lib -> usr/lib
68
+
69
+ drwxr-xr-x 91 root root 4096 Nov 1 02:35 /usr/lib
70
+
71
+ ```
72
+
73
+
74
+
59
75
  ### 補足情報(FW/ツールのバージョンなど)
60
76
 
61
77
 

2

質問の解答

2020/11/01 03:15

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,16 @@
46
46
 
47
47
 
48
48
 
49
+ ```
50
+
51
+ $ ls -l /lib/x86_64-linux-gnu/ld-2.31.so
52
+
53
+ ls: cannot access '/lib/x86_64-linux-gnu/ld-2.31.so': No such file or directory
54
+
55
+ ```
56
+
57
+
58
+
49
59
  ### 補足情報(FW/ツールのバージョンなど)
50
60
 
51
61
 

1

質問の解答

2020/11/01 02:57

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,18 @@
32
32
 
33
33
 
34
34
 
35
+ ###試したこと
36
+
37
+
38
+
39
+ ```
40
+
41
+ $ ls -l /lib64/ld-linux-x86-64.so.2
42
+
43
+ ls: cannot access '/lib64/ld-linux-x86-64.so.2': No such file or directory
44
+
45
+ ```
46
+
35
47
 
36
48
 
37
49
  ### 補足情報(FW/ツールのバージョンなど)