Re: [sleuthkit-users] New Release of Sleuth Kit and Autopsy
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2003-11-16 05:52:49
|
On Sunday, November 16, 2003, at 12:38 AM, Francesco Schiliro wrote: > Hi Brian, > > Downloaded your new release of Sleuth kit and Autopsy. > > =A0I=92ve been using Mac OSX as my operating system to run Sleuth = Kit.=A0=20 > However after I installed the new version 10.3 (Panther) and then=20 > tried to install Sleuth Kit, I got the following when I ran make; > Francesco, I haven't upgraded to Panther yet, so I didn't notice this problem. It=20= is a simple fix though. Edit the src/makedefs file and on line 38 is=20 the entry: Darwin.6.*) DEFS=3D"-DDARWIN" ;; You can either change the 6 to a 7 and not try and compile it under OS=20= X 10.2 or you can make two more lines below that entry with: Darwin.7.*) DEFS=3D"-DDARWIN" ;; I'll fix that in the next release. Does Panther have a better version of 'strings'? I.e. one that=20 supports '-t d' and other GNU binutils flags? thanks, brian= |