Bug 196349 - "No such file or directory" when ELF interpreter missing
Summary: "No such file or directory" when ELF interpreter missing
Status: NEW
Alias: None
Product: Other
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: other_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-12 22:21 UTC by jeffersoncarpenter2
Modified: 2017-07-12 22:21 UTC (History)
1 user (show)

See Also:
Kernel Version: 4.9.0-3-amd64
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description jeffersoncarpenter2 2017-07-12 22:21:06 UTC
When you try to execute a file but the ELF interpreter is missing the error message is "No such file or directory".  This is confusing, because that message normally means that the file you are accessing does not exist - which it does in this case.

Example: https://stackoverflow.com/questions/2716702/no-such-file-or-directory-error-when-executing-a-binary

Note You need to log in before you can comment on or make changes to this bug.