| Summary: | ldd warns about execution permission for libraries | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | at <at> |
| Component: | glibc-utils | Assignee: | Gleb F-Malinovskiy <glebfm> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P2 | CC: | glebfm, ldv |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
So you think that this warning shold be removed? I'm not sure yet. Fixed in 2.2.6-alt0.12 |
ldd produces a warning about libraries that do not have execution permissions. Latest ALT rpm-build scripts drop execution permissions automatically, though. $ ldd /lib/libm.so.6 ldd: warning: you do not have execution permission for `/lib/libm.so.6' libc.so.6 => /lib/i686/libc.so.6 (0x00148000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) $