Re: error loading shared libraries
- From: Paul Pluzhnikov <ppluzhnikov-nsp@xxxxxxxxxxx>
- Date: Tue, 13 Dec 2005 19:21:30 -0800
none <none@all> writes:
> i added the path to LD_LIBRARY_PATH.
Please do not top-post.
> ./dem3dmap: error while loading shared libraries: libglut.so.3: cannot
> open shared object file: No such file or directory
....
> please help i am pulling out my hair!
Post output from the following commands:
env | grep LD_LIBRARY_PATH
uname -a # I suspect you are on Linux, but you have not stated this
# if you are on Linux:
strace -e trace=open ./dem3dmap
# if on Solaris
truss -t open ./dem3dmap
ls -l /absolute/path/to/libglut.so.3
wc -c /absolute/path/to/libglut.so.3
>From the output above we ought to be able to tell you exactly what
you are doing wrong.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.
- Follow-Ups:
- Re: error loading shared libraries
- From: none
- Re: error loading shared libraries
- References:
- error loading shared libraries
- From: none
- Re: error loading shared libraries
- From: "Nils O. Selåsdal"
- Re: error loading shared libraries
- From: none
- Re: error loading shared libraries
- From: Thobias Vakayil
- Re: error loading shared libraries
- From: none
- error loading shared libraries
- Prev by Date: Re: Flushing Sockets in C?
- Next by Date: Re: tool to view programs trace
- Previous by thread: Re: error loading shared libraries
- Next by thread: Re: error loading shared libraries
- Index(es):
Relevant Pages
|
|