Could not load dynamic library RenderSystem_GL

Problems building or running the engine, queries about how to use features etc.
Post Reply
SanchezPluz
Gnoblar
Posts: 8
Joined: Mon May 12, 2014 5:57 pm

Could not load dynamic library RenderSystem_GL

Post by SanchezPluz »

Hello!
I'm new in OGRE. I'm using the Ubuntu 14.04 LTS operating system. Then I downloaded OGRE 1.9 from the repository (like on this page) by Terminal:

Code: Select all

sudo apt-get install libogre-1.9-dev
Well, all download and install. I'm trying to create and compile simple project in Qt Creator, but after compiling the application does not appear on the screen. Log reports this:
Could not load dynamic library RenderSystem_GL. System Error: RenderSystem_GL.so.1.9.0: cannot open shared object file: No such file or directory in DynLib::load at /build/buildd/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreDynLib.cpp (line 109)
What's wrong? How to fix?

P.S. I downloaded SDK from the repository, not source!
Post Reply