A long time ago, in a galaxy far, far way, someone said... > After running apt-get upgrade on a machine that was installed with > potato bootfloppy image 2.2.8, I encountered the following errors: > > kecs11:~$ apt-get > apt-get: error in loading shared libraries: > /usr/lib/libstdc++-libc6.1-2.so.3: undefined symbol: __ti9exception > kecs11:~$ dselect > dselect: error in loading shared libraries: > /usr/lib/libstdc++-libc6.1-2.so.3: undefined symbol: __vt_9bad_alloc > > > > How can I solve this?
You need to install libstdc++2.10_2.95.2-8.1_sparc.deb (or something like that) off FTP before anything that uses libstdc++2.10 will run. -- ---------------------------------------------------------------------- Phil Brutsche [EMAIL PROTECTED] "There are two things that are infinite; Human stupidity and the universe. And I'm not sure about the universe." - Albert Einstein

