Hi Alberto,
I don't know why is it different on Mac, but on Linux just setting the LD_LIBRARY_PATH as you did is the way to go, since both libraries must have the same ABI. For example, when one installs the nVidia libraries on Linux, the installer just substitutes the old ones (e.g. Mesa) by the new accelerated .so's.
Interesting, good to know. It seemed to work except for the missing symbol, so I'm now just trying to compile a more recent Mesa myself to see if that will work. I will rebuild OSG with the platform-default OpenGL and try changing the LD_LIBRARY_PATH and DYLD_LIBRARY_PATH to use Mesa since that's supposed to work.
Thanks for the pointers. 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

