Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91027 - ogre needs LDPATH /usr/lib/OGRE
Summary: ogre needs LDPATH /usr/lib/OGRE
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-01 02:21 UTC by Chris Bainbridge (RETIRED)
Modified: 2005-05-03 15:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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