Make Teamware/SCCS works on Ubuntu
I did it!
As I undersand some old programs don't work on Ubuntu because it has no old libraries. For example Teamware/SCCS. In this case I needed libstdc++.so.5 and libstdc++-libc6.1-1.so.2 files. Teamware didn't run without that libraries.
Here is list of commands which fix the problem.
As I undersand some old programs don't work on Ubuntu because it has no old libraries. For example Teamware/SCCS. In this case I needed libstdc++.so.5 and libstdc++-libc6.1-1.so.2 files. Teamware didn't run without that libraries.
Here is list of commands which fix the problem.
$ sudo apt-get install libstdc++5 $ mkdir tmp $ cd tmp $ wget http://archives.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/os/Fedora/RPMS/compat-$ libstdc++-296-2.96-135.i386.rpm $ sudo apt-get install alien $ sudo alien --to-tgz compat*rpm $ tar zxf compat*tgz $ cd usr/lib $ sudo cp libstdc++-2-libc6.1-1-2.9.0.so /usr/lib/libstdc++-libc6.1-1.so.2

Thanks!
It's helped!
Posted by Dmitry on April 02, 2009 at 09:24 PM GMT+03:00 #