Dynamic library loader search path
- From: "Gregory" <g_greg@xxxxxxxxxxxxxxx>
- Date: 29 Dec 2006 03:04:34 -0800
Loader searches for dynamic libraries in directories specified in
$LD_LIBRARY_PATH environment variables. However it's not all, loader
also searches in directories in $LD_LIBRARY_PATH augmented with many
sub-paths like lib/i686/mmx, tls, mmx, i686 and so on. Where do these
sub-paths come from ? Is it possible to configure them or even cancel
them ? The problem I encountered is that loader first searches within
directories suffixed with all these sub-passes and only then in the
directory itself. This highly increases dynamic library search time.
.
- Follow-Ups:
- Re: Dynamic library loader search path
- From: Paul Pluzhnikov
- Re: Dynamic library loader search path
- From: Ulrich Eckhardt
- Re: Dynamic library loader search path
- Prev by Date: Re: why inter-changing pci slot works?
- Next by Date: Re: why inter-changing pci slot works?
- Previous by thread: PCI device driver file operations question
- Next by thread: Re: Dynamic library loader search path
- Index(es):
Relevant Pages
|