Hi Akhtar,
> However, now when i try to load a model (cessna.osg) it shows error: dlopen > failed: library osgPlugins-3.4.0/osgdb_osg.so" not found. > DynamicLibrary::failed loading "osgPlugins-3.4.0/osgdb_osg.so" The compile instructions state to compile it all in static mode - also the plugins. Can you please have a look if the files in your osgPlugins-3.4.0" folder are static libraries (extension ".a") ? That might be the problem when trying to load ".osg" files. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=68626#68626 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

