Re: [sleuthkit-users] autopsy install problem
Brought to you by:
carrier
From: Brian C. <ca...@ce...> - 2003-09-02 22:57:10
|
[my sleuthkit.org email is having some issues, so I'll respond from this acct] On Tuesday, September 2, 2003, at 05:36 PM, m0t...@ne... wrote: > I am trying to install The Sleuthkit (v1.65) and Autopsy (v1.74) to an > Open BSD 3.3 system. > > Sluethkit installs with the following messages: > > scooby# make > cd src/fstools; make "CC=gcc" MAKELEVEL= > gcc -DOPENBSD3 -DVER=\"1.65\" -I../misc -O -Wall -g -c fs_buf.c > In file included from fs_buf.c:30: > fs_tools.h:201: #error "This operating system is not supported" > *** Error code 1 Oops, my bad. Edit src/fstools/fs_tools.h and make line 140 #if defined(OPENBSD2) || defined (OPENBSD3) instead of just: #if defined(OPENBSD2) I'll have it fixed in the next release. > When I try to install Autopsy, I am prompted with the following: > Enter The Sleuth Kit Directory: > /usr/local/sleuthkit-1.65/bin > The Sleuth Kit was not found (try again): > > What exactly is the Autopsy install looking for, and where is it > normally installed? Did the error(s) in the sleuthkit install have > anything to do with this? Any suggestions? > Yea, the tools were not created because The Sleuth Kit installation failed. Make the edit, redo make, and then do 'make' for autopsy. I can send you a copy of the updated header file if needed. brian |