Robotics StackExchange | Archived questions

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?

Asked by Strath on 2020-11-03 05:49:02 UTC

Comments

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

Asked by semih on 2021-02-16 11:50:36 UTC

Answers

This may help you: https://askubuntu.com/questions/1034313/ubuntu-18-4-libqt5core-so-5-cannot-open-shared-object-file-no-such-file-or-dir . I believe you may be missing some qt packages.

Asked by JShep1 on 2020-12-18 15:01:01 UTC

Comments