[osg-users] so libraries - linux 64 bit

2010-07-23 Thread skip hodgson
Hi, While compiling and installing OSG source version OpenSceneGraph-2.8.3 on Linux Ubuntu 10.04 - 64 bit with kernel 2.6.32-23-generic I noticed the shared object libraries were not visible to some downstream compile/execute environments like SimGear/FlightGear. I did the install with the

Re: [osg-users] so libraries - linux 64 bit

2010-07-23 Thread Robert Osfield
Hi Skip, The OSG libraries have a SO version that is bumped when binary compatibility (ABI) is bumped with a previous version. This prevents 3rd party application that was built against one ABI from linking from to another OSG lib with a different ABI which is good thing as it prevents

Re: [osg-users] so libraries - linux 64 bit

2010-07-23 Thread skip hodgson
Hi Robert, I don't think this is an issue of version numbers. NO version of osg so files was on the LD path because of the foul up in the ld.so.conf.d file that sets up the loader cache. I suspect it is put there by the make install_ld_conf command because if I run it again it trashes the