[sleuthkit-users] Sleuthkit & Autopsy on AMD64
Brought to you by:
carrier
From: Paul S. <pa...@vn...> - 2004-04-02 03:31:00
|
Hello, Just got a brand new shiny amd64 system and I'm trying to compile sleuthkit. I also realize that this may not have been done before, but I'm hoping it has :-) Anyhow, I'm not positive, but I don't think I've had to compile anything on this system yet so I could simply be missing some libraries, but it doesn't look like that to me. I'm running Mandrake 9.2 for AMD64 (10 is still beta for AMD64) "uname -a" gives the following output: Linux Pluto 2.4.22-24mdk #1 Tue Nov 4 15:08:30 CET 2003 x86_64 unknown unknown GNU/Linux I downloaded (and verified) sleuthkit-1.68, and when I run install, I get the following output: cd src/fstools; make "CC=gcc" MAKELEVEL= gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o fs_buf.o fs_buf.c gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o fs_inode.o fs_inode.c gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o fs_io.o fs_io.c gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o fs_open.o fs_open.c gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o fs_dent.o fs_dent.c gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o fs_types.o fs_types.c gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o fs_data.o fs_data.c gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"1.68\" -I../misc -O -Wall -g -c -o mylseek.o mylseek.c mylseek.c: In function `_llseek': mylseek.c:34: error: `__NR__llseek' undeclared (first use in this function) mylseek.c:34: error: (Each undeclared identifier is reported only once mylseek.c:34: error: for each function it appears in.) make: *** [mylseek.o] Error 1 make: *** [defs] Error 2 make: *** [no-perl] Error 2 There was some other stuff above this that looked like it worked OK, so I'm only including what I think is pertinent. Any help appreciated, Paul |