Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire]Glibc casting

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Andrew <afrayedknot AT thefrayedknot.armory.com>
  • To: sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire]Glibc casting
  • Date: Sun, 17 Nov 2002 12:39:59 +0000

so on my latest glibc compile i noticed that it does this:

/usr/bin/install -c ../libc.so /lib/libc-2.3.1.so.new
mv -f /lib/libc-2.3.1.so.new /lib/libc-2.3.1.so
rm -f /lib/ld-linux.so.2
ln -s ld-2.3.1.so /lib/ld-linux.so.2
make[1]: ln: Command not found


oops, glibc's makefile seems to politely remove ld-linux.so.2 then try to
link it back again. Right after the rm nothing will run, that is until you
run ldconfig to fix the symlink. so somehow we need to fix that.




Archive powered by MHonArc 2.6.24.

Top of Page