I have a C++ project on eclipse which compiles and runs fine from eclipse, but when trying to run it from the terminal inside the workspace directory, i get the following error :
./my_project: error while loading shared libraries: libstdc++.so.3: cannot open shared object file: No such file or directory
What can be the problem?