[haiku-bugs] [Haiku] #9664: [kernel] Haiku doesn't look for ".so"s in executable's directory

  • From: "waddlesplash" <trac@xxxxxxxxxxxx>
  • Date: Fri, 12 Apr 2013 14:28:54 -0000

#9664: [kernel] Haiku doesn't look for ".so"s in executable's directory
-----------------------------------+------------------------------
 Reporter:  waddlesplash           |        Owner:  bonefish
     Type:  bug                    |       Status:  new
 Priority:  normal                 |    Milestone:  R1
Component:  System/runtime_loader  |      Version:  R1/Development
 Keywords:                         |   Blocked By:
 Blocking:                         |  Has a Patch:  0
 Platform:  All                    |
-----------------------------------+------------------------------
 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.

--
Ticket URL: <http://dev.haiku-os.org/ticket/9664>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: