> Does it mean that valgrind can not run with NFS mount?
valgrind will run if the pieces are there, and if the pathnames are correct.
Take a look at valgrind on i686 or x86_64. You must replicate that layout,
from the viewpoint of the target.
The output from
strace -e trace=file the/path/to/valgrind ls -l
will tell you what filenames valgrind is expecting.
You can even run that on i686 or x86_64 and compare the pathnames
with the ones that the target is expecting.
Probably you must adjust
./configure --prefix=/where/you/want/it/installed
to specify the proper directory. (This is part of getting the
cross-linking correct, which I mentioned was easy to mistake.)
--
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users