Hi, On Wednesday 03 September 2008 13:59, Alberto Luaces wrote: > sorry if I have not understood you, but I always could have several OSG > versions on Linux without pointing LD_LIBRARY_PATH to the *plugin* > directory. I have installed the official Debian packages (currently 2.4.0) > and the SVN version (2.7.1). If I want to use the SVN version, before > recompiling, I set LD_LIBRARY_PATH so: > > export LD_LIBRARY_PATH=/home/alberto/usr/lib64/ > > In order to test this more, I have uninstalled the Debian packages and > found that my programs keep working (the plugins are found implicitly) by > only specifying the lib directory in LD_LIBRARY_PATH.
With this patch you do not need to export the LD_LIBRARY_PATH variable. If you have different builds in different prefixes floating around this is very conveninent. Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory Board: Prof. Dr. Hanns Ruder Sitz/Registered Office: Tuebingen Registergericht/Registration Court: Stuttgart Registernummer/Commercial Register No.: HRB 382196 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
