gazebosim / gazebosim/gz-rendering
Failed to load plugin [ignition-rendering3-ogre2]
- Dominant language
- C++
- Stars
- 81
- Forks
- 90
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 10
Description
I am trying to build ign-rendering from the source. Although, building and installing are done successfully (I use Ogre and Ogre 2, without Optix), when I run ign-gazebo I get the following errors:
```
[Err] [RenderEngineManager.cc:394] Failed to load plugin [ignition-rendering3-ogre2] : couldn't load library on path [/usr/local/lib/libignition-rendering3-ogre2.so].
[Err] [RenderUtil.cc:1024] Engine [ogre2] is not supported
```
I have already checked the file, it is a symlink to a file which is a symlink to the another ".so" file. ```ldd``` of all of three files shows that there is no problem with the links (at least I cannot see it). Any ideas why it happens?
Contributor guide
Assessment
This issue has not been assessed yet.