hELLO, 

I have installed the latest version of the OpenSceneGraph

and spencified the path environment as specisfied in the attached file

Now i am having problem to set LD_LIBRARY_PATH in the Ubuntu linux platform


whenever i try to run the examples by  the command sh runexamples.bat i
get bulk of errors specifying that the shared library cannot open : No
such file or directory.


It has been quite long that i m stuck over here and i really do
appreciate help here


(By the way i edited ld.so.conf file specifying the path as specified in
the osg_conf file and then i ran  the command ldconfig......BUT didint work)


Sajjad 

Attachment: osg_conf
Description: Binary data

This distribution contains the OpenSceneGraph-1.2 release, and its main
dependencies - OpenThreads-1.5 and Producer-1.1

Compilation should proceed in the order of OpenThreads then Producer then
OpenSceneGraph.  Under Windows you'll need to open up the workspace
files for each project respectively and build them all. Under unix:

   cd OpenThreads; make; sudo make install; cd ..
   cd Producer; make; sudo make install; cd ..
   cd OpenSceneGraph; make COMPILE_EXAMPLES=yes; sudo make install

If you wish to keep your OpenThreads & Producer installed locally, then
define their locations via the following environmental variables:

   setenv OPENTHREADS_INC_DIR mydirecotory/OpenThreads/include
   setenv OPENTHREADS_LIB_DIR mydirecotory/OpenThreads/lib/platform
   setenv PRODUCER_INC_DIR mydirecotory/Producer/include
   setenv PRODUCER_LIB_DIR mydirecotory/Producer/lib/platform

   where platform is the host machine type ie. Linux32

To run the OpenSceneGraph examples :

   cd OpenSceneGraph; sh runexamples.bat

If you have any problems compiling or running the executables, please don't
hesitate to send a report of the problems to the osg-user mailing list.

Have fun,
Robert Osfield
12th September 2006.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to