When installing Gazebo on Ubuntu I get an error
When I install Gazebo on Ubuntu 20.04 LTS for Windows I get the following error
gzclient: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
How can I solve this?
This can be a solution.
sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5
or
sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5