|
From: Amol K. <am...@in...> - 2003-11-14 14:37:38
|
Hi Dimitri Thanks for the quick answer. I am getting the error in all the directories. I am using Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.2-2. Yes I forgot to mention the "=" sign ..i.e. I tried ./configure --prefix=/usr/local/bin option as well. Any clues? Amolak -----Original Message----- From: Dimitri Papadopoulos-Orfanos [mailto:pap...@sh...] Sent: Friday, November 14, 2003 1:01 PM To: am...@in... Cc: val...@li... Subject: Re: [Valgrind-users] running valgrind on Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.2-2 Hi, > I downloaded the valgrind sources (both Valgrind version 20031012 and > valgrind-2.0) from http://valgrind.kde.org. > > As per the README, used the following commands > > ./configure --prefix /usr/local/bin I think you mean: ./configure --prefix=/usr/local > make > make install > > I guess both the times the valgrind was compiled and installed > correctly. I also tried once with ./configure only (i.e. without giving > prefix option). Also tried using the setting up specific paths. But > still all the time I am getting the segmentation fault whenever I run > "./valgrind ls -al". This works for me: valgrind ls -al In which directory does this happen? > Can anybody tell me what could be the problem? Any information/steps > about this issues is welcome! Could you describe the system the segfault happens on? -- Dimitri |