Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The process of copying lib and lib64 files to /my-new-root/lib{,64} #22

Open
Abderrahmane-Deffaf opened this issue Sep 3, 2024 · 1 comment

Comments

@Abderrahmane-Deffaf
Copy link

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.

@Prajwalg19
Copy link

Prajwalg19 commented Sep 7, 2024

you have to definetly copy the executable itself to the /bin and it's dependencies to the /lib and /lib64 to work right or am i missing your question?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants