I try to run a program in C ++, but I get this error:
terminate called after throwing an instance of 'Ogre::InternalErrorException' what(): OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library /usr/lib/OGRE/RenderSystem_GL. System Error: /usr/lib/OGRE/RenderSystem_GL.so: cannot open shared object file: No such file or directory
I installed the Ogre libraries, but this problem still persists. Any help on which package I need to install to get rid of this error? I am using Ubuntu 14.04.
source
share