| Summary: | FreeBSD 4.6 broke linux emulation install w/SVR4 emulation enabled. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Bruce Burden <brucegb> |
| Component: | kern | Assignee: | freebsd-emulation (Nobody) <emulation> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.6-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Bruce Burden
2002-12-28 13:20:00 UTC
Responsible Changed From-To: freebsd-bugs->emulation Reassign to appropriate mailing list. State Changed From-To: open->closed All linux binaries are SYSV elf branded. When svr4.ko is loaded -- it handles them. So, in order to run linux binaries while svr4 enabled, you have to rebrand them first. (call 'brandelf -t Linux <execfile>' for each binary) |