Code: Select all
./abuse
./abuse: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./abuse)
Code: Select all
jury[~]$ ldd --version
ldd (GNU libc) 2.33
It compiled and installed fine to /home/jury/Downloads/installed/glibc-2.40/binary
So now when I try to run the above binary using freshly compiled glibc I get the message that my freshly compiled glibc 2.40 needs glibc 2.35:
Code: Select all
export LD_PRELOAD=/home/jury/Downloads/installed/glibc-2.40/binary/lib/libc.so.6
./abuse
./abuse: /lib64/ld-linux-x86-64.so.2: version `GLIBC_2.35' not found (required by /home/jury/Downloads/installed/glibc-2.40/binary/lib/libc.so.6)