Hi,
I've been running gazebo with drcsim on Ubuntu 12.04 successfully for some months. However since the latest package updates in the past few days, gazebo now crashes and reports missing libraries. Are possibly some dependencies missing from the gazebo 1.3.1 package?
The error I get is:
$ gazebo
gazebo: error while loading shared libraries: liburdfdom_model.so: cannot open shared object file: >No such file or directory
I see the following of unresolved libs:
$ ldd $(which gazebo) | grep 'not found' | sort | uniq
libOgreMain.so.1.7.3 => not found
libOgreRTShaderSystem.so.1.7.3 => not found
libOgreTerrain.so.1.7.3 => not found
liburdfdom_model.so => not found
liburdfdom_world.so => not found
I've tried uninstalling/purging/re-installing drcsim and gazebo with no success.
Any suggestions on how to resolve this would be appreciated.