You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Windows 11, and when I want to copy the command for example to the my-new-root, there is an issue.
your process
ldd bin/ls
copy the files on /lib to my-new-root/lib and the files on /lib64 to my-new-root/lib64 and your done
but the problem is that does not work for me.
instead, I need to copy /bin/ls to my-new-root/bin each time so it will work.
The text was updated successfully, but these errors were encountered:
I am on Windows 11, and when I want to copy the command for example to the my-new-root, there is an issue.
your process
ldd bin/ls
copy the files on /lib to my-new-root/lib and the files on /lib64 to my-new-root/lib64 and your done
but the problem is that does not work for me.
instead, I need to copy /bin/ls to my-new-root/bin each time so it will work.
The text was updated successfully, but these errors were encountered: