Hi, Sajjadul Islam wrote: > Hello, > > I am not done yet with the problem of generating terrain. > > Still getting the following error. > > ./testTiledTerrain: error while loading shared libraries: > libOSGContrib.so: cannot open shared object file: No such file or directory >
It looks like you have to set your LD_LIBRARY_PATH variable appropriately to include also the directory of your libOSGContrib.so. Also try ldd testTiledTerrain to see what your binary depends on. Cheers, Toni P.S.: Something like export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/opensgcontriblib should do it... ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
