As another possible solution to the path issue might be to provide an
addition config file for /etc/ld.so.conf.d/, the file is simply:

   # openscenegraph /usr/local install configuration
   /usr/local/lib64

I've attached one such file, this is automatically picked up by the
/etc/ld.so.conf file that uses:

   include /etc/ld.so.conf.d/*.conf

Another hack would be to do:

   echo /usr/local/lib64 >> /usr/ld.so.conf

Then run ldconfig to get the lib paths to be updated.

One could add this to the install quite easily for /usr/local/lib64
installs under Linux, the merits of this idea I'll happy to debate.
Is it better than installing in /usr/local/lib?  Is installing via rpm
or debian possible instead?

Robert.

Attachment: openscenegraph.conf
Description: Binary data

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to