Closed IronsDu closed 6 years ago
[root@VM_0_109_centos ~/il]# strings ./lib/libc.so.6 | grep GLIBC GLIBC_2.2.5 GLIBC_2.2.6 GLIBC_2.3 GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 GLIBC_2.4 GLIBC_2.5 GLIBC_2.6 GLIBC_2.7 GLIBC_2.8 GLIBC_2.9 GLIBC_2.10 GLIBC_2.11 GLIBC_2.12 GLIBC_2.13 GLIBC_2.14 GLIBC_2.15 GLIBC_2.16 GLIBC_2.17 GLIBC_2.18 GLIBC_2.22 GLIBC_2.23 GLIBC_PRIVATE GNU C Library (Ubuntu GLIBC 2.23-0ubuntu10) stable release version 2.23, by Roland McGrath et al.
I am running success after ·patchelf --set-interpreter ./lib/ld-linux-x86-64.so.2 ./match_server
I use this script pach my file (complier by gcc 7.3).
Script:
The Dev machine info:
But running on gcc 4.8, cause error:
The target system info;
Can you help me?