Hey...
I'm new at this and i'm trying to install sleuth kit but i get the next
output: (can anyone tell me what to do?)
[root@localhost sleuthkit-2.06]# pwd
/usr/local/sleuthkit-2.06
[root@localhost sleuthkit-2.06]# make
make -C src/auxtools
make[1]: Entering directory `/usr/local/sleuthkit-2.06/src/auxtools'
make: Entering directory `/usr/local/sleuthkit-2.06/src/auxtools'
ar rv ../../lib/libtsk.a mymalloc.o strerror.o split_at.o tsk_endian.o
data_buf.o tsk_version.o tsk_error.o tsk_parse.o tsk_unicode.o tsk_printf.o
r - mymalloc.o
r - strerror.o
r - split_at.o
r - tsk_endian.o
r - data_buf.o
r - tsk_version.o
r - tsk_error.o
r - tsk_parse.o
r - tsk_unicode.o
r - tsk_printf.o
ranlib ../../lib/libtsk.a
make: Leaving directory `/usr/local/sleuthkit-2.06/src/auxtools'
make[1]: Leaving directory `/usr/local/sleuthkit-2.06/src/auxtools'
make -C src/afflib/lib AFFLIB="../../../lib/libtsk.a"
make[1]: Entering directory `/usr/local/sleuthkit-2.06/src/afflib/lib'
g++ -c -g -Wall -I/usr/local/ssl/include -I/usr/sfw/include -I. -Ilib -o
aff_db.o aff_db.cpp
In file included from aff_db.cpp:8:
afflib_i.h:55:18: error: zlib.h: No such file or directory
afflib_i.h:62:26: error: openssl/rand.h: No such file or directory
afflib_i.h:63:25: error: openssl/md5.h: No such file or directory
make[1]: *** [aff_db.o] Error 1
make[1]: Leaving directory `/usr/local/sleuthkit-2.06/src/afflib/lib'
make: *** [no-perl] Error 2
pd: I already followed the INSTALL.txt directions
thanks in advance...
|