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

Adds check for existing libc.so.6 #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

devx00
Copy link

@devx00 devx00 commented Jun 24, 2024

This commit adds a check to see if libc.so.6 already exists in the target directory. If it does it displays a notice but continues without raising an error.

This commit adds a check to see if libc.so.6 already exists in the
target directory. If it does it displays a notice but continues.
@devx00
Copy link
Author

devx00 commented Jun 24, 2024

I have been running into this issue frequently while working on multiple binaries in the same directory which share the same libc and ld. Since I can't think of a good reason to abort when the libc.so.6 symlink already exists I just added a check for it before attempting the symlink creation.

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

Successfully merging this pull request may close these issues.

None yet

1 participant