Opened 11 years ago

Closed 11 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.

Change History (1)

comment:1 by anevilyak, 11 years ago

Resolution: invalid
Status: newclosed

It will, if they're placed in $cwd/lib.

Note: See TracTickets for help on using tickets.