On Sunday 2021-04-18 21:11, L A Walsh wrote:
On 2021/04/18 02:06, Andreas Schwab wrote:
On Apr 18 2021, L A Walsh wrote:
why won't the apps still run without relinking?
They do. Andreas.
Um...when I try to run those apps they don't work with the newly installed library:
ls ls: relocation error: /tmp/glibc/root/glibc-2.33/lib64/libc.so.6: symbol _dl_fatal_printf version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference ---- If there is a way that makes them work
For the umpteenth time, stop mixing libc versions. Even if you set LD_LIBRARY_PATH to load libc.so.6 from /tmp, invoking "ls" still invokes the ELF interpreter set forth in that binary -- which is still /lib64/ld-linux-x86-64.so.2 rather than /tmp/glibc/root/glibc-2.33/lib64/ld-linux-x86-64.so.2.