When trying to use gazebo on ubuntu 20.04 with ros-noetic I got the error
gazebo: error while loading shared libraries: libopenh264.so.5: cannot open shared object file: No such file or directory
Can anyone help me with this issue?
Thanks in advance.
I tried to simply run
gazebo
when running the command
apt search libopenh264
I get
Sorting... Done
Full Text Search... Done
2
Answers
I fixed this issue by building openh264 from the source. I chose the version v2.0.0 which creates the libopenh264.so.5 shared object file. Newer versions created objects like libopenh264.so.7 and didn't work.