[sleuthkit-users] Sleuthkit install problem
Brought to you by:
carrier
From: Chris P. <po...@na...> - 2004-05-25 03:59:57
|
I have just created a fresh install of Fedora Core 2, and my first goal = was to get sleuthkit and autopsy up and running. I am running into = problems with the install, and unfortunately I am a little rusty on = Linux. Here is what I get: # make cd src/misc; make "CC=3Dgcc" MAKELEVEL=3D make: Nothing to be done for `all'. cd src/hashtools; make "CC=3Dgcc" MAKELEVEL=3D make: Nothing to be done for `all'. cd src/fstools; make "CC=3Dgcc" MAKELEVEL=3D gcc -DLINUX2 -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE64_SOURCE = -DVER=3D\"1.69\" -I../misc -O -Wall -g -c -o mylseek.o mylseek.c mylseek.c:32: error: syntax error before "_llseek" mylseek.c:37: warning: return type defaults to `int' mylseek.c: In function `_syscall5': mylseek.c:38: error: syntax error before '{' token mylseek.c:42: error: syntax error before "ret" mylseek.c:37: warning: `_syscall5' defined but not used make: *** [mylseek.o] Error 1 make: *** [defs] Error 2 make: *** [no-perl] Error 2 |