Ahot's weblog

Friday Nov 28, 2008

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.
$ 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 

Comments:

Thanks!

It's helped!

Posted by Dmitry on April 02, 2009 at 09:24 PM GMT+03:00 #

Post a Comment:
  • HTML Syntax: NOT allowed

FEEDS:

BOOKMARKS:

This blog copyright 2009 by ahot