Gazebo 1.9 symbol lookup error
I am running Gazebo 1.9.1 on Ubuntu 12.04 x64. When running gazebo as a stand alone from the command line, I get the following:
gazebo: symbol lookup error: gazebo: undefined symbol: _ZN6gazebo6common9find_fileERKSs
I have uninstalled and reinstalled gazebo, to no avail. Anyone have any insight into this issue?
Asked by hambucka on 2013-08-22 14:13:10 UTC
Answers
Chances are you have old executables libraries floating around on your system.
Uninstall gazebo. Then make sure there are no libgazebo*
and that the gazebo
, gzserver
, and gzclient
executable are not present.
Then run:
sudo apt-get update
sudo apt-get install gazebo
which gzserver
should return/usr/bin/gzserver
'ls -l /usr/bin/gzserver
should point to
/usr/bin/gzserver-1.9.6`
Asked by nkoenig on 2013-08-23 10:14:44 UTC
Comments