双木成林:喋喋不休

I leave no trace of wings in the air, but I am glad I have had my flight.

Fix ldconfig not found in debian lenny

with one comment

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.

Written by linluxiang

十月 19th, 2011 at 7:04 下午

Posted in Uncategorized

One Response to 'Fix ldconfig not found in debian lenny'

Subscribe to comments with
Notice: 自 2.5 版本起,已不建议使用 comments_rss_link,请换用 post_comments_feed_link()。 in /home/linluxiang/site/www/blog.linluxiang.info/wp-includes/functions.php on line 3467
RSS or TrackBack to 'Fix ldconfig not found in debian lenny'.

  1. test

    linluxiang

    30 十一 11 at 23:22

Leave a Reply