Skip to Content.
Sympa Menu

sm-sorcery - Re: [SM-Sorcery] ldconfig problem...

sm-sorcery AT lists.ibiblio.org

Subject: Discussion of Sorcery related topics

List archive

Chronological Thread  
  • From: julian AT openit.de (Julian v. Bock)
  • To: Tony Smith <tony AT smee.org>
  • Cc: Andrew <afrayedknot AT thefrayedknot.armory.com>, sm-sorcery AT lists.ibiblio.org
  • Subject: Re: [SM-Sorcery] ldconfig problem...
  • Date: Fri, 17 Jan 2003 20:53:28 +0100

Hi

>>>>> "TS" == Tony Smith <tony AT smee.org> writes:

TS> LD_PRELOAD? Copy /lib/* to /tmp/lib and set LD_PRELOAD to
TS> /tmp/lib.

No. LD_PRELOAD specifies a list of shared objects which are loaded by
the dynamic linker before all other shared objects.

TS> The other one that looks good is LD_BIND_NOW which will force the
TS> loader to resolve all symbols at startup instead of waiting till
TS> their referenced. That might allow you to replace ld-2.3.1.so by
TS> hand and run an ldconfig.

No. ld.so *is* the dynamic linker which resolves symbols and loads
shared objects. If the dynamic linker does not work this won't help
either.

As I wrote before, install glibc manually if you want to avoid
problems.

Julian




Archive powered by MHonArc 2.6.24.

Top of Page