Cannot open shared object file: No such file or directory; Running or Debugging in Eclipse
问题 On Ubuntu, I have a C++ app in Eclipse. The application compiles fine and I can run the app from the command line. But when I try to debug it or run it with Eclipse, the error : "Cannot open shared object file: No such file or directory" is thrown on a shared library. I've set LD_LIBRARY_PATH in my bashrc file and also set an LD_LIBRARY_PATH environment variable in both the Run Configuration and Debug Configuration to : /home/behlingb/Documents/api_libs/FileGDB_API/lib What else am I missing