|
From: Kevin W. <Kw...@po...> - 2004-11-11 17:27:07
|
I just built and installed valgrind and I am getting the following error
message:
[adtrans@linux-dev valgrind]$ valgrind --verbose --tool=memcheck ls -al
Error:
Tool and core interface versions do not match.
Interface version used by core is: 6.0 (size 20)
Interface version used by tool is: 0.0 (size 0)
The major version numbers must match.
You need to at least recompile, and possibly update,
your tool to work with this version of Valgrind.
valgrind: couldn't load tool
Available tools:
memcheck
addrcheck
cachegrind
corecheck
helgrind
massif
lackey
none
All tool selections generate the same message.
Here are appropriate env variables:
LD_LIBRARY_PATH=/usr/local/lib/valgrind
PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/adtrans/bin:/usr/loca
l/lib/valgrind
Plain vanilla install.
[adtrans@linux-dev valgrind]$ uname -a
Linux linux-dev 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386
GNU/Linux
Any ideas?
Thank you.
KFW
|
|
From: Nicholas N. <nj...@ca...> - 2004-11-11 18:16:59
|
On Thu, 11 Nov 2004, Kevin Webb wrote: > [adtrans@linux-dev valgrind]$ valgrind --verbose --tool=memcheck ls -al > Error: > Tool and core interface versions do not match. > Interface version used by core is: 6.0 (size 20) > Interface version used by tool is: 0.0 (size 0) > The major version numbers must match. > You need to at least recompile, and possibly update, > your tool to work with this version of Valgrind. > > Plain vanilla install. What do you mean by that -- you built it from source from valgrind.kde.org? Did you install a new version of Valgrind on a system that already had a version on it, or something like that? N |