Hi Simon,

[...@vis MINI X-Wing]$ osgviewer MINI\ X-Wing.dae
Warning: dynamic library '/usr/local/tools/OpenSceneGraph/OpenSceneGraph-2.8.1-rc3/vis.Linux-2.6.18-128.1.1.el5.x86_64.gcc-4.1.2.release/lib64/osgPlugins-2.8.1/osgdb_dae.so' exists, but an error occurred while trying to open it: /usr/local/tools/collada-dom/collada-dom-2.2.0/vis.Linux-2.6.18-128.1.1.el5.x86_64.gcc-4.1.2.release/lib/libcollada14dom.so: undefined symbol: _ZN5boost6system19get_system_categoryEv
Warning: Could not find plugin to read objects from file "MINI X-Wing.dae".
osgviewer: No data loaded

Looks to me like your LD_LIBRARY_PATH does not contain the path to your boost dynamic libraries, or it is after the path to the system-compiled boost libraries.

You'll need to add the bin/ directory of your own compiled version of boost (where the .so files are) to your LD_LIBRARY_PATH, before the directory where the system-compiled versions are. You might want to do this only when starting your app, otherwise other programs which might expect to find the system-compiled version of boost might have problems too.

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to