Fix ldconfig not found in debian lenny
Thx to http://ubuntuforums.org/showthread.php?t=1266104
The point is
1. Get hold of ldconfig & ldconfig.real from the correct version:
Code: aptitude download libc6
unpack it:
Code: dpkg-deb -x libc6*.deb libc6-unpacked/
copy them out: Code: sudo cp libc6-unpacked/sbin/ldconfig* /sbin/
At this point I did:
Code: sudo apt-get -f install
sudo dpkg-reconfigure libc6
sudo dpkg-reconfigure libc6-i386
sudo apt-get install –reinstall libc6
sudo apt-get install –reinstall libc6-i386
Of which the reinstalls seemed to be the crucial ones.
Now all errors seem to be gone.
test
linluxiang
30 十一 11 at 23:22 edit_comment_link(__('Edit', 'sandbox'), ' ', ''); ?>