unable to install gazebo-4.1 from source
gazebo: error while loading shared libraries: libgazebo_common.so.4: cannot open shared object file: No such file or directory
the solution given by wiki page echo '/usr/local/lib' | sudo tee /etc/ld.so.conf.d/gazebo.conf sudo ldconfig doesn't work......what to do ?
add a comment