> No I disagree, if you are setting OSG paths explictly its because you > have something specific in mind - these should come before the OS > directories otherwise you'd never be able to have a localised OSG > install. >
But depending on LD_LIBRARY_PATH to do that is not the way to do it. This article http://xahlee.org/UnixResource_dir/_/ldpath.html describes pretty much my view. But that's not the problem. The problem is line 114-115 in DynamicLibrary.cpp. For 'other unix' the operating system never gets the chance to search for the shared lib by itself. It is either whatever OSG does (ie in osgDB::findLibraryFile), or "./". It is wrong. -- Orhun Birsoy _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

