- Code: Select all
./ut2004
The following error was produced:
- Code: Select all
./ut2004-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
To fix this I had to install libstdc++5:
- Code: Select all
sudo apt-get install libstdc++5
