|
From: Rajesha TS <raj...@hp...> - 2004-08-19 10:49:02
|
hi all, i just now introduced to valgrind ... i downloaded valgrind-2.0.0 source tree and compiled as per the instruction... my work environment is : Linux Fedora 2 Intel Pentium 4 i installed the valgrind without any serious message ... as per instruction, when i execute valgrind for testing purpose, as, /usr/bin/valgrind ls -l it gave me the following error message : "ls: error while loading shared libraries: /usr/local/lib/valgrind/libpthread.so.0: undefined symbol: __libc_connect" can anybody pls help me to solve this ? with lot of thanx in adv., -- Rajesha TS <raj...@hp...> HP Labs India |
|
From: Tom H. <th...@cy...> - 2004-08-19 11:40:24
|
In message <1092912347.30028.18.camel@localhost.localdomain>
Rajesha TS <raj...@hp...> wrote:
> my work environment is :
> Linux Fedora 2
> Intel Pentium 4
>
> i installed the valgrind without any serious message ...
>
> as per instruction, when i execute valgrind for testing purpose, as,
> /usr/bin/valgrind ls -l
> it gave me the following error message :
> "ls: error while loading shared libraries:
> /usr/local/lib/valgrind/libpthread.so.0: undefined symbol:
> __libc_connect"
Use a more recent version of valgrind and this problem will go away.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|