On 20/07/2025 13:22, Tom Dial wrote:
 unable to install new version of '/lib64/ld-linux-x86-64.so.2': No such file or directory

Do you have lib -> usr/lib and lib64 -> usr/lib64 symlinks in / ? Perhaps you may run statically linked tools

busybox sh

If it is not installed, you may extract the executable file on another machine and to copy it.

Many years ago "make install" for some tool copied a .so file as /usr/local/lib. ldconfig or ld.so did not expect that this path may be a regular file, not a directory.

You may try to boot from installer image, but specifying your regular kernel and initrd.

Reply via email to