Re: [osg-users] [vpb] libvpb.so.10: cannot open shared object file

2011-02-07 Thread jamil farooq
Hi,

thanx i have included the /usr/local/lib/ in PATH env variable and its working 
now:)

Thank you!

Cheers,
jamil

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36408#36408





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] libvpb.so.10: cannot open shared object file

2011-02-07 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
The PATH env variable should really only contain the paths to shared objects
and executables (i.e. /usr/local/bin). LD_LIBRARY_PATH should be set to
/usr/local/lib instead...

-Shayne

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of jamil
farooq
Sent: Monday, February 07, 2011 1:44 AM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] [vpb] libvpb.so.10: cannot open shared object file

Hi,

thanx i have included the /usr/local/lib/ in PATH env variable and its
working now:)

Thank you!

Cheers,
jamil

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36408#36408





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


smime.p7s
Description: S/MIME cryptographic signature
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] [vpb] libvpb.so.10: cannot open shared object file

2011-02-06 Thread jamil farooq
Hi,

I have successfully build and installed VPB in /usr/local/lib for ubuntu 10.01
but when i tried run osgdem it gives me the following error


 osgdem: error while loading shared libraries: libvpb.so.10: cannot open 
 shared object file: No such file or directory


libvpd.so.10 is installed in /usr/local/lib
and osgdem is installed in /usr/local/bin

what could be the possible reason for above error??


Thank you!

Cheers,
fly_hi

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36404#36404





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] libvpb.so.10: cannot open shared object file

2011-02-06 Thread J.P. Delport

sudo ldconfig

to make ld update its cache of installed app. Also double check 
/etc/ld.so.conf or dirs there to make sure /usr/local/lib is in die 
loader's path.


jp

On 07/02/11 08:35, jamil farooq wrote:

Hi,

I have successfully build and installed VPB in /usr/local/lib for ubuntu 10.01
but when i tried run osgdem it gives me the following error



osgdem: error while loading shared libraries: libvpb.so.10: cannot open shared 
object file: No such file or directory



libvpd.so.10 is installed in /usr/local/lib
and osgdem is installed in /usr/local/bin

what could be the possible reason for above error??


Thank you!

Cheers,
fly_hi

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36404#36404





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their support.


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org