Opened 12 years ago
Closed 12 years ago
#9664 closed bug (invalid)
[kernel] Haiku doesn't look for ".so"s in executable's directory
Reported by: | waddlesplash | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/runtime_loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
For example, given a directory with contents:
sharedobject1.so sharedobject2.so myapp
...and someone opens myapp
, Haiku gives the message that Missing library: sharedobject1.so
.
Haiku should look in the application's directory for shared objects before looking in system directories. Linux and Windows do this.
Also, if a library is found in the app's directory and also in the system directory, use the one in the app's directory.
Note:
See TracTickets
for help on using tickets.
It will, if they're placed in $cwd/lib.