error after protect .so file under centos 6.8

Issues related to VMProtect
Post Reply
flowercodec
Posts: 9
Joined: Fri Aug 17, 2018 9:59 am

error after protect .so file under centos 6.8

Post by flowercodec »

it shows: /lib64/libc.so.6: version `GLIBC_2.17' not found

ldd -r -d my.so
./my.so: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by ./my.so)
linux-vdso.so.1 => (0x00007ffe5adff000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ff48a25c000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007ff48a057000)
librt.so.1 => /lib64/librt.so.1 (0x00007ff489e4f000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007ff489b49000)
libm.so.6 => /lib64/libm.so.6 (0x00007ff4898c4000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007ff4896ae000)
libc.so.6 => /lib64/libc.so.6 (0x00007ff48931a000)
/lib64/ld-linux-x86-64.so.2 (0x00007ff48dfe6000)
libz.so.1 => /lib64/libz.so.1 (0x00007ff489103000)
symbol clock_gettime, version GLIBC_2.17 not defined in file libc.so.6 with link time reference (./my.so)

if not protect the file, it runs fine.
my VMProtect version is 1028 build.
Last edited by flowercodec on Fri Dec 14, 2018 11:56 am, edited 1 time in total.
flowercodec
Posts: 9
Joined: Fri Aug 17, 2018 9:59 am

Re: error after protect .so file under centos 6.8

Post by flowercodec »

I try the 976 build, works fine.
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: error after protect .so file under centos 6.8

Post by Admin »

Please try the 1060 build.
flowercodec
Posts: 9
Joined: Fri Aug 17, 2018 9:59 am

Re: error after protect .so file under centos 6.8

Post by flowercodec »

Admin wrote:Please try the 1060 build.
the 1060 build works fine.
Thanks!
Post Reply