Error while loading shared libraries:
After installation version 1.3 when I am trying to run the program with command ; gazebo
I am getting the following error :
gazebo: error while loading shared libraries: libgazebo_common.so.1: cannot open shared object file: No such file or directory
Please suggest what to do now....
Please provide some details -- installation method (binary/source), output of
locate libgazebo_common.so
andenv | grep -i gazebo
. Though, it may be sufficient to runsudo ldconfig
in some cases...