質問編集履歴
4
質問の解答
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,6 +35,11 @@
|
|
35
35
|
drwxr-xr-x 91 root root 4096 Nov 1 02:35 /usr/lib
|
36
36
|
```
|
37
37
|
|
38
|
+
```
|
39
|
+
$ uname -i
|
40
|
+
aarch64
|
41
|
+
```
|
42
|
+
|
38
43
|
### 補足情報(FW/ツールのバージョンなど)
|
39
44
|
|
40
45
|
ubuntu20.04.1
|
3
質問の解答
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,6 +27,14 @@
|
|
27
27
|
ls: cannot access '/lib/x86_64-linux-gnu/ld-2.31.so': No such file or directory
|
28
28
|
```
|
29
29
|
|
30
|
+
```
|
31
|
+
$ sudo ls -ld /lib /lib64 /usr/lib /usr/lib64
|
32
|
+
ls: cannot access '/lib64': No such file or directory
|
33
|
+
ls: cannot access '/usr/lib64': No such file or directory
|
34
|
+
lrwxrwxrwx 1 root root 7 Jul 31 16:37 /lib -> usr/lib
|
35
|
+
drwxr-xr-x 91 root root 4096 Nov 1 02:35 /usr/lib
|
36
|
+
```
|
37
|
+
|
30
38
|
### 補足情報(FW/ツールのバージョンなど)
|
31
39
|
|
32
40
|
ubuntu20.04.1
|
2
質問の解答
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,6 +22,11 @@
|
|
22
22
|
ls: cannot access '/lib64/ld-linux-x86-64.so.2': No such file or directory
|
23
23
|
```
|
24
24
|
|
25
|
+
```
|
26
|
+
$ ls -l /lib/x86_64-linux-gnu/ld-2.31.so
|
27
|
+
ls: cannot access '/lib/x86_64-linux-gnu/ld-2.31.so': No such file or directory
|
28
|
+
```
|
29
|
+
|
25
30
|
### 補足情報(FW/ツールのバージョンなど)
|
26
31
|
|
27
32
|
ubuntu20.04.1
|
1
質問の解答
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,7 +15,13 @@
|
|
15
15
|
/lib64/ld-linux-x86-64.so.2: No such file or directory
|
16
16
|
```
|
17
17
|
|
18
|
+
###試したこと
|
18
19
|
|
20
|
+
```
|
21
|
+
$ ls -l /lib64/ld-linux-x86-64.so.2
|
22
|
+
ls: cannot access '/lib64/ld-linux-x86-64.so.2': No such file or directory
|
23
|
+
```
|
24
|
+
|
19
25
|
### 補足情報(FW/ツールのバージョンなど)
|
20
26
|
|
21
27
|
ubuntu20.04.1
|