Skip to content

Adds check for existing libc.so.6#305

Open
devx00 wants to merge 1 commit intoio12:masterfrom
devx00:master
Open

Adds check for existing libc.so.6#305
devx00 wants to merge 1 commit intoio12:masterfrom
devx00:master

Conversation

@devx00
Copy link
Copy Markdown

@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
Copy Markdown
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.

1 participant