Gazebo | Ignition | Community
Ask Your Question
0

When installing Gazebo on Ubuntu I get an error

asked 2020-11-03 04:49:02 -0600

Strath gravatar image

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?

edit retag flag offensive close merge delete

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

semih gravatar imagesemih ( 2021-02-16 10:50:36 -0600 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-12-18 14:01:01 -0600

JShep1 gravatar image

This may help you: https://askubuntu.com/questions/10343... . I believe you may be missing some qt packages.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-11-03 04:49:02 -0600

Seen: 1,731 times

Last updated: Dec 18 '20