View Single Post
  #38 (permalink)  
Old October 13th, 2002
fmouse fmouse is offline
Novicius
 
Join Date: August 16th, 2002
Posts: 1
fmouse is flying high
Default

Quote:
Originally posted by Unregistered
For those who are running Debian, this might help.

My system is running Debian unstable, with a freshly installed copy of J2SDK 1.4.1.

The install ran perfectly for me after I ran the following:
ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2


Regards,


Rex
This is also a problem with Debian Woody. It's worth noting that on woody, at least, libstdc++-libc6.2-2.so.3 is itself a symlink to libstdc++-3-libc6.2-2-2.10.0.so, so a better command, albeit possibly not as version-independent, would be

ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2

And it should be noted, for people with possibly less experience, that either command should be preceeded by

cd /usr/lib

BTW, thanks so much for this! Getting limewire installed and running remotely for my son on his Linux box (he's in Maine, I'm in Texas) has been a PITA, but it looks like we're in the clear now!
Reply With Quote