[MAC OSX 10.15.4] Gazebo 11 run error - libBulletSoftBody version mismatch
Hi !
I installed gazebo11 on Mac OSX 10.15.4 using the default installation one liner script here: http://gazebosim.org/tutorials?tut=install_on_mac&cat=install#Alternativeinstallation:step-by-step
Everything seems to install properly, but I get this error when I attempt to run Gazebo:
MacBook-Pro:~ myhostname$ gazebo
dyld: Library not loaded: /usr/local/opt/bullet/lib/libBulletSoftBody.2.88.dylib Referenced from: /usr/local/bin/gazebo Reason: image not found Abort trap: 6
When I searched for libBulletSoftBody.2.88.dylib, I found libBulletSoftBody.2.89.dylib installed instead:
MacBook-Pro:lib myhostmane$ pwd /usr/local/opt/bullet/lib MacBook-Pro:lib myhostmane$ ls libBulletSoftBody.* libBulletSoftBody.2.89.dylib libBulletSoftBody.a libBulletSoftBody.dylib
The installation script installed 2.89:
==> Installing osrf/simulation/gazebo11 dependency: bullet ==> Downloading https://homebrew.bintray.com/bottles/bullet-2.89.catalina.bottle ==> Downloading from https://akamai.bintray.com/38/38cdb6c948cb2c75ad2d6640629f1
################################################################## 100.0%
==> Pouring bullet-2.89.catalina.bottle.tar.gz 🍺 /usr/local/Cellar/bullet/2.89: 610 files, 16.8MB
But the binary seems to be calling 2.88
MacBook-Pro:~ myhostname$ gazebo dyld: Library not loaded: /usr/local/opt/bullet/lib/libBulletSoftBody.2.88.dylib Referenced from: /usr/local/bin/gazebo Reason: image not found Abort trap: 6
How do I fix this ?
Thanks ! Brian
Asked by Jarvis101 on 2020-05-07 15:28:44 UTC
Answers
Found the answer on Git repot - it is a known open issue https://github.com/osrf/homebrew-simulation/issues/1003
However I uninstalled and reinstalled using the Optional dependencies dartsim build-from-source method and I get a new error when I run gazebo:
dyld: Symbol not found: __ZN6gazebo3gui10DataLogger16staticMetaObjectE Referenced from: /usr/local/lib/libgazebo_gui.11.dylib Expected in: flat namespace in /usr/local/lib/libgazebo_gui.11.dylib Abort trap: 6
Asked by Jarvis101 on 2020-05-07 18:14:06 UTC
Comments
I'm having the same problem (libgazebo_gui.11.dylib), did you manage to find a solution?
Asked by lcrane on 2020-06-04 15:19:27 UTC
Still without a solution but there is a workaround here https://github.com/osrf/homebrew-simulation/issues/1011
Asked by Jose Luis Rivero on 2020-06-08 11:08:07 UTC
came across the same error. please report it back when you get this error done, thanks
Asked by kevin on 2020-05-09 04:29:07 UTC
Comments