diff options
author | Chip Turner <cturner@redhat.com> | 2003-01-05 05:35:40 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-10 05:23:32 +0000 |
commit | 1ff4263c2be000d5dd4e3ae4643d6c34358e9dce (patch) | |
tree | aad41aded59d1be78ad44f66af69dcc92b62fd16 /INSTALL | |
parent | 2307c6d0ffdaa48a896531d5bc3bf64c2dee420d (diff) | |
download | perl-1ff4263c2be000d5dd4e3ae4643d6c34358e9dce.tar.gz |
Re: Shared libperl.so and build issues
Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
p4raw-id: //depot/perl@18874
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -937,9 +937,10 @@ libperl.so.8 rather with the installed libperl.so.8? The answer is that you might not be able to. The installation directory is encoded in the perl binary with the LD_RUN_PATH environment variable (or equivalent ld command-line option). On Solaris, you can override that -with LD_LIBRARY_PATH; on Linux you can't. On Digital Unix, you can -override LD_LIBRARY_PATH by setting the _RLD_ROOT environment variable -to point to the perl build directory. +with LD_LIBRARY_PATH; on Linux, you can only override at runtime via +LD_PRELOAD, specifying the exact filename you wish to be used; and on +Digital Unix, you can override LD_LIBRARY_PATH by setting the +_RLD_ROOT environment variable to point to the perl build directory. The only reliable answer is that you should specify a different directory for the architecture-dependent library for your -DDEBUGGING |