ARTICLE AD BOX
I would like to use an old application that uses: libstdc++.so.2.8
When I run the executable on modern ubuntu it throws: error while loading shared libraries: libstdc++.so.2.8: cannot open shared object file: No such file or directory
What is the best approach to fix this?
How to find the this binary on the web? What are thrustworthy sources?
Should I compile it? Sounds like I would need a lot of other outdates libraries to do so?
Also It seems like the binary is for 32 bit (not disclosed), what is a good way to run that on a 64 bit system?
I'm using the latest ubuntu, and I got so far that libstdc++.so.2.8 is a dynamically loaded library so I should have it on the system.
Should I use some tools like Docker or VirtualBox? How to make my life easier?
