Re: [sleuthkit-users] Sleuthkit and Autopsy on Suse 9
Brought to you by:
carrier
|
From: Brian C. <ca...@sl...> - 2006-06-06 13:31:58
|
What version of 'make' do you have? Running 'Makefile' should fail because it is not an executable. it is simply a configuration file for 'make'. I've never seen the other messages or compile order that you have though. It should try to compile a lot of other tools before it bothers with 'file'. Did you change any of the permissions? brian w de klerk wrote: > *_Sleuthkit and Autopsy on Suse 9_* > > *Hi all,* > *I know this must sound like another pain,* > *but I have absolutely no idea where to go from here.* > * * > *I downloaded the latest version of both mentioned apps* > *and had them unzipped to root directory,* > *set the permissions to all.* > * * > *If I run the make command,* > *(as it says on the site,)* > * * > *linux:~/sleuthkit-2.04 # '/root/sleuthkit-2.04/Makefile' > bash: /root/sleuthkit-2.04/Makefile: Permission denied > linux:~/sleuthkit-2.04 # > > linux:~/sleuthkit-2.04 # make > make all-recursive > make[1]: Entering directory `/root/sleuthkit-2.04' > Making all in src > make[2]: Entering directory `/root/sleuthkit-2.04/src' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/sleuthkit-2.04/src' > Making all in magic > make[2]: Entering directory `/root/sleuthkit-2.04/magic' > ../src/file -C -m magic > make[2]: execvp: ../src/file: Permission denied > make[2]: *** [magic.mgc] Error 127 > make[2]: Leaving directory `/root/sleuthkit-2.04/magic' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/sleuthkit-2.04' > make: *** [all] Error 2 > linux:~/sleuthkit-2.04 #* > * * > *Any help will be highly appreciated,* > * * > *Cheers* > * * > *WDK* > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |