Opened 11 years ago
Closed 11 years ago
#10639 closed bug (no change required)
runtime_loader: doesn't search ABI sub-folder for application path
Reported by: | jessicah | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/runtime_loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
E.g., when building webkit and dropping WebPositive in the folder, it should load libWebKit.so.1 from %A/lib/x86 on a gcc2h system; however, it only searches in %A/lib, failing to find the library in question.
Attachments (1)
Change History (3)
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
by , 11 years ago
Attachment: | 0001-runtime_loader-remove-an-erroneous-else-fixes-10539.patch added |
---|
comment:2 by , 11 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
That's actually intentional. When you have an application bundled with required libraries, those are supposed to fit anyway and there's little point in adding the extra directory level for the architecture.
It is also necessary to do it this way, so application zips with bundled libraries work regardless of whether the application's architecture matches the primary or the secondary architecture.