I got this error originally:
~/waste$ ./start
./wastesrv: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ln command:
/usr/lib$ sudo ln -s libstdc++.so.6 /usr/lib/libstdc++.so.5
I got this error after trying the ln command:
~/waste$ ./start
./wastesrv: /usr/lib/libstdc++.so.5: version "CXXABI_1.2' not found (required by .
2009-12-08 21:15:17 UTC in WASTE