On 6/2/06, Yu, Stella M. (JSC-ER7)[ESCG] <[EMAIL PROTECTED]> wrote:
Our software was build with OSG 0.9.8 and activated with sudo command. After we built with OSG 1.0 and activated with sudo, the error from readNodeFile is file not handled. But without sudo, the software will load models successfully. Please advise. Thanks
There isn't any intrisinc in 1.0 that make incompatible to using sudo, my guess is that the paths are different in the sudo shell and you probably just need to do a setenv/export OSG_FILE_PATH/OSG_LIBRARY_PATH to pick up on data files and plugins. To help debug your settings use the OSG_NOTIFY_LEVEL=DEBUG env var set, this will produce a log of where the OSG is looking for its data files and plugins. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
