From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marty Leisner" To: Kasper Peeters Cc: binutils@sourceware.cygnus.com, Ian Lance Taylor Subject: Re: adding rpath to existing executable Date: Thu, 01 Jul 1999 00:00:00 -0000 Message-id: <199906210453.AAA21334@rochester.rr.com> References: <14189.24404.190234.153358@hopf.amtp.cam.ac.uk> X-SW-Source: 1999-q2/msg00300.html > > > Is there a simple way to add an RPATH to an already existing > > executable using binutils? (this is on i386 elf) > > > > No. > > Ok, let me ask this in a different way ;-) > > Is there a _complicated_ way to add an RPATH to an already existing > executable using binutils? > > I looked at libbfd for half an hour, and it seems like I could just > read the executable file using bfd_openr and friends, add the rpath to > the private data and write it back. But I find it hard to believe that > nobody else has had a need for such a program before. > > Is libbfd capable of doing this or is more trickery involved that I am > not aware of? > > Kasper I would find such a program to be very useful. But I get around it with aliases/shell scripts with play with LD_LIBRARY_PATH) On another note, is there any documentation for how the dynamic linker for elf works? Reading rtld.c, there's: Valid options for the LD_DEBUG environment variable are:\n\ \n\ bindings display information about symbol binding\n\ files display processing of files and libraries\n\ help display this help message and exit\n\ libs display library search paths\n\ reloc display relocation processing\n\ symbols display symbol table processing\n\ versions display version dependencies\n\ \n\ This seems very useful, it is documented anyplace? Marty Leisner -- marty leisner@rochester.rr.com The Feynman problem solving Algorithm 1) Write down the problem 2) Think real hard 3) Write down the answer Murray Gell-mann in the NY Times