Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 91027

Summary: ogre needs LDPATH /usr/lib/OGRE
Product: Gentoo Linux Reporter: Chris Bainbridge (RETIRED) <chrb>
Component: New packagesAssignee: Gentoo Games <games>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Bainbridge (RETIRED) gentoo-dev 2005-05-01 02:21:25 UTC
Ogre installs libraries in /usr/lib/OGRE but never sets up the linker path.
Comment 1 Chris Bainbridge (RETIRED) gentoo-dev 2005-05-01 03:41:17 UTC
It could do with a version bump to 1.0.1 as well.
Comment 2 SpanKY gentoo-dev 2005-05-01 20:33:52 UTC
ogre installs plugins into /usr/lib/OGRE/, the libraries you link against are placed in /usr/lib/
Comment 3 Chris Bainbridge (RETIRED) gentoo-dev 2005-05-02 15:52:48 UTC
cgkit-2 dlopens the plugins, and needs /usr/lib/OGRE to be in the link path. I don't know what other ogre apps do, I expected it to be the same, but if not cgkit will have to be patched.
Comment 4 SpanKY gentoo-dev 2005-05-03 15:17:02 UTC
afaik, OGRE provides an interface for accessing plugins ... packages should not being doing dlopen() themselves ... for example, the plugins.cfg file allows you to specify a plugin dir and the plugins to load