Hello,

Before using scons i compiled OpenSG release version using ./cofigure and
make and that was a bit prolematic.

Comparing to that procedure ./scons is much more handy and i build the daily
release using scons.

in the previous installation i needed to add libraries path to the
LD_LIBRARY_PATH and it worked fine.

But after using scons i have having trouble runnung terrain examples and it
shows the following error even though i copied that file to the specified
LD_LIBRARY_PATH, i was wondering if scons updated that path

[EMAIL PROTECTED]:~/download/OpenSG/OpenSG/Build/linux-gcc/Source/Contrib/opt$
./testTerrain
./testTerrain: error while loading shared libraries: libOSGContrib.so:
cannot open shared object file: No such file or directory

Also tried the following command:


[EMAIL PROTECTED]:~/download/OpenSG/OpenSG/Build/linux-gcc/Source/Contrib/opt$
ldd testTerrain
        libGLU.so.1 => /usr/lib/libGLU.so.1 (0x00002b84b12f0000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00002b84b1572000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00002b84b1735000)
        libtiff.so.4 => /usr/lib/libtiff.so.4 (0x00002b84b1857000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00002b84b19b1000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00002b84b1bd5000)
        libOSGWindowGLUT.so => /usr/local/lib/opt/libOSGWindowGLUT.so
(0x00002b84b1deb000)
        libOSGSystem.so => /usr/local/lib/opt/libOSGSystem.so
(0x00002b84b1ffb000)
        libOSGBase.so => /usr/local/lib/opt/libOSGBase.so
(0x00002b84b326d000)
        libOSGContrib.so => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00002b84b3662000)
        libm.so.6 => /lib/libm.so.6 (0x00002b84b3966000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002b84b3be8000)
        libc.so.6 => /lib/libc.so.6 (0x00002b84b3df7000)
        libglut.so.3 => /usr/lib/libglut.so.3 (0x00002b84b4148000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00002b84b428b000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00002b84b449d000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00002b84b47aa000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002b84b49c5000)
        libXmu.so.6 => /usr/lib/libXmu.so.6 (0x00002b84b4bca000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0x00002b84b4de3000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0x00002b84b4fec000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x00002b84b524f000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x00002b84b546a000)
        /lib64/ld-linux-x86-64.so.2 (0x00002b84b10d3000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00002b84b5675000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00002b84b5877000)


it really looks strange i have copied that libOSGContrib.so inside the
directory /usr/local/lib/opt but it is not finding it.

Any other hint from anyone?

Sajjad
-------------------------------------------------------------------------
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

Reply via email to