Eclipse and laptop-mode:
for some reason Eclipse won't start when am on battery. i had to do a laptop-mode stop, then run eclipse, then do laptop-mode start for eclipse to run.
SJSAS on Ubuntu Hoary:
been trying to install SJSAS on ubuntu hoary. it bails out with the following error:
./sjsas_pe-8_1_01_2005Q1-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
cant find the proper libstdc++6.2-x on the default hoary sources. so i tried the following:
sudo ln -s libstdc++.so.6 libstdc++.so.6.2-2.so.3
it worked... and the sjsas installation went thru.
2 comments:
I experienced the same problem when I had to reinstall Ubuntu Linux and hence SJSAS =). I tried following your "guide", but it didn't work.
Apparently, you need to link it to "libstdc++-libc6.2-2.so.3" and not "libstdc++.so.6.2-2.so.3". Thus:
sudo ln -s libstdc++.so.6 libstdc++-libc6.2-2.so.3
Cheers!
hi ealden!
thanks for the correction! must be lack of coffee that day. hehehe
Cheers!
nox
Post a Comment