I’m trying to profile a remote x86_64 linux server from an x86_64 linux host. However, the ssh connection failed because some files were missing from the target.
ld-linux-armhd.so.3 and ld-linux-aarch64.so.1
I have searched around but couldn’t figure out why they are needed and how to install them correctly.
Thank you for checking. Could you also check if the file /lib64/ld-linux-x86-64.so.2 exists on those x86_64 systems?
If it exists, please attach the Nsight Systems logs (nsys-ui.log). Logs can be enabled by renaming nvlog.config.template to nvlog.config in a host directory."
It looks like /lib64/ld-linux-x86-64.so.2, which is a part of the libc6 package (Ubuntu – File list of package libc6/focal/amd64), is missing on your system. Please try to repair it. For example:
Thank you for checking. Could you also execute this on the host system using the same user/target (x86_64) as you use in the Nsight Systems connection settings and send us the result? This would help us pinpoint the issue.