thanks Jason,
   here's the output - it seems that it eventually finds the plugin, but
dlopen complains about an undefined symbol in the osgdb_dae.so file - how
can I fix this?

RegisterWindowingSystemInterfaceProxy()
X11WindowingSystemInterface()
GraphicsContext::setWindowingSystemInterface() 0x8063520        0xb7f44bd0
itr='/usr/lib/'
FindFileInPath() : trying /usr/lib/osgdb_dae ...
itr='/usr/local/lib/'
FindFileInPath() : trying /usr/local/lib/osgdb_dae ...
DynamicLibrary::getLibraryHandle( osgdb_dae) - dlopen(): ./osgdb_dae: cannot
open shared object file: No such file or directory
DynamicLibrary::failed loading "osgdb_dae"
itr='/usr/lib/'
FindFileInPath() : trying /usr/lib/osgPlugins-2.2.0/osgdb_dae.so ...
itr='/usr/local/lib/'
FindFileInPath() : trying /usr/local/lib/osgPlugins-2.2.0/osgdb_dae.so ...
FindFileInPath() : USING /usr/local/lib/osgPlugins-2.2.0/osgdb_dae.so
DynamicLibrary::getLibraryHandle( /usr/local/lib/osgPlugins-2.2.0/osgdb_dae.so)
- dlopen(): /usr/local/lib/osgPlugins-2.2.0/osgdb_dae.so: undefined symbol:
_ZN15daeLIBXMLPluginC1Ev
DynamicLibrary::failed loading "osgPlugins-2.2.0/osgdb_dae.so"
Warning: Could not find plugin to read objects from file
"/home/imran/3d/3dwarehouse/45/models/45.dae".
Error no data loaded.
~RegisterWindowingSystemInterfaceProxy()
GraphicsContext::setWindowingSystemInterface() 0        0xb7f44bd0

appreciate it

On Mon, Mar 24, 2008 at 8:28 AM, Jason Daly <[EMAIL PROTECTED]> wrote:

> skunkwerk wrote:
> > thanks Jason, once I ran ccmake . I was able to configure the
> > environment variables correctly.
> > the plugin seems to have been installed to
> > /usr/local/lib/osgPlugins-2.2.0/osgdb_dae.so
> > yet I can't get osgconv to find it - i've tried -e dae, -l osgdb_dae,
> > -l /usr/local/lib/osgPlugins-2.2.0/osgdb_dae.so but none of them
> > work.  how do i get osgconv to load the library?
>
> You might need to set your OSGNOTIFY environment variable to DEBUG and
> see why osgconv isn't finding it.
>
> --"J"
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to