Anonymous
6/17/2025, 12:16:05 PM
No.105619772
>>105619085
>so why the fuck do they create /lib64
The GNU libc runtime linker is hardcoded (in ELF PT_INTERP) to /lib64/ld-linux-x86-64.so.2, so the path must exist to run anything built with it. /lib64 should be a symlink to /usr/lib64 though.
>so why the fuck do they create /lib64
The GNU libc runtime linker is hardcoded (in ELF PT_INTERP) to /lib64/ld-linux-x86-64.so.2, so the path must exist to run anything built with it. /lib64 should be a symlink to /usr/lib64 though.