* Ed Sirett -- Friday 02 February 2007:
> get "can't find libosgUtil.so." 
> 
> The library is in /usr/local/lib/ as a symlink to the library in the
> OpenScene... development tree.
> 
> /usr/local/lib in in the ldconfig path.

Check if the lib paths are really correct :

  $ ldd `which fgfs`
          linux-gate.so.1 =>  (0xb7f19000)
          libosgUtil.so => /usr/local/lib/libosgUtil.so (0xb7bb2000)
          libosgDB.so => /usr/local/lib/libosgDB.so (0xb7aee000)
          libosg.so => /usr/local/lib/libosg.so (0xb7729000)
          ...

And run fgfs with strace, checking the logfile afterwards for
libosgUtil.so. If it was searched at the right places or if trying
to open it returned an error return value.

  $ strace -fF -eopen fgfs 2>&1|tee /tmp/fgfs.log

m.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to