|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] fixing apt-get wierdness (solved)
|
I got the same troubles on my 'beater box'.
I'm running a slightly older unstable glibc on my 'stable' box.
scp libstdc++-3-libc6.2-2-2.10.0.so root@unstable_box:.
Next remove old, broken symlink (might not need to do this):
rm -f /usr/lib/libstdc++-libc6.2-2.so.3
Now fix the symlink:
ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.2-2.so.3
I'm apt-get upgrading (to unstable) as we speak. Let's up there's no more
brokeness for now. :)
Fred Ollinger (follinge@sas.upenn.edu)
CCN sysadmin
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|