Here's the output from the 'readelf' command: Dynamic segment at offset 0xf040 contains 20 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [/usr/lib/perl5/5.8/i586-pc-sco3.2v5.0/CORE/libperl.so] 0x00000001 (NEEDED) Shared library: [/usr/lib/libsocket.so.2] 0x00000001 (NEEDED) Shared library: [/usr/lib/libm.so.1] 0x00000001 (NEEDED) Shared library: [/usr/lib/libc.so.1] program interpreter 0x0000000c (INIT) 0x8057010 0x0000000d (FINI) 0x8057020 0x00000004 (HASH) 0x8048114 0x00000005 (STRTAB) 0x8048c90 0x00000006 (SYMTAB) 0x8048410 0x0000000a (STRSZ) 1829 (bytes) 0x0000000b (SYMENT) 16 (bytes) 0x00000015 (DEBUG) 0x0 0x00000003 (PLTGOT) 0x8058120 0x00000002 (PLTRELSZ) 600 (bytes) 0x00000014 (PLTREL) REL 0x00000017 (JMPREL) 0x8049460 0x00000011 (REL) 0x80493b8 0x00000012 (RELSZ) 168 (bytes) 0x00000013 (RELENT) 8 (bytes) 0x00000000 (NULL) 0x0
-Mike -----Original Message----- From: Roderich Schupp [mailto:[email protected]] Sent: Monday, February 14, 2011 9:28 AM To: Michael Miller Cc: [email protected] Subject: Re: Trouble putting together a stand alone On Mon, Feb 14, 2011 at 3:16 PM, Michael Miller <[email protected]> wrote: > Then I ran 'make' and got: Hmm, looks good. If you're in the toplevel build directory for PAR::Packer, what is the output of: $ readelf -d myldr/par My guess: it's a RUNPATH vs RPATH issue. Cheers, Roderich ##################################################################################### Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. #####################################################################################
