File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,22 @@ Python 2.7.18
6767- libgcc
6868- ` x86_64 ` & ` arm64 `
6969
70+ > Specifically these libs are needed:
71+ >
72+ > - libatomic.so.1 (provided by libgcc)
73+ > - libdl.so.2 (provided by glibc)
74+ > - libm.so.6 (provided by glibc)
75+ > - libgcc_s.so.1 (provided by libgcc)
76+ > - libpthread.so.0 (provided by glibc)
77+ > - libc.so.6 (this * is* glibc)
78+ > - ld-linux-x86-64.so.2 (provided by the kernel, you get this for free)
79+ >
80+ > ` libgcc ` is built as part of the GCC distribution and usually is split out
81+ > into multiple packages by the linux distribution. ` libgcc ` is almost always
82+ > a separate package, but you may need to install ` gcc ` in its entirety.
83+ > Sometimes libatomic is also a separate package rather than being part of
84+ > ` gcc ` or ` libgcc ` .
85+
7086</details >
7187<details ><summary >Windows</summary ><br >
7288
You can’t perform that action at this time.
0 commit comments