gdb can not open shared object file
问题 I am trying to debug my application starting from console. > gdb ./Geod then in gdb (gdb) run and I get the output: error while loading shared libraries: libGeo.Cored.so.1: cannot open shared object file: No such file or directory The system is configured as follows: > echo $LD_LIBRARY_PATH /home/paceholder/projects/geo/lib/debug > ls $LD_LIBRARY_PATH libGeo.Cored.so.1.0.0 libGeo.Cored.so libGeo.Cored.so.1 libGeo.Cored.so.1.0 (gdb) show solib-search-path The search path for loading non