Re: [sleuthkit-users] cygwin sleuthkit 2.01 compile error
Brought to you by:
carrier
|
From: Angus M. <an...@n-...> - 2005-06-16 09:50:48
|
On Thu Jun 16 9:35 , Paul Bakker <p.j...@br...> sent: <snip> >Are you sure you installed the same tools within cygwin at both PC's? > >Paul > >On Thu, Jun 16, 2005 at 08:16:33AM +0000, ro...@mo... wrote: >> Hello, >> <snip> >> I'm keep getting the same following error messages on different machines with XP >> installed; >> >> magic type offset invalid(numerous times) messages. >> >> file: could not find any magic files! >> make[2]:***[magic.mgc] error 255 >> make[2]: leaving directory "/usr/local/sleuthkit2-.01/src/file/magic" >> make[1]: ***[install recursive]error 1 >> make [1]: leaving directory "/usr/local/sleuthkit2-.01/src/file" >> make:***[file] error 2 According to a quick GOOGLE (GIYF) - magic.mgc is part of the "file" package for cygwin - are you sure you have installed this ? The magic.mgc file itself should be in /usr/share/file See also : http://www.cygwin.com/packages/file/ If this is not the cause - we need the FIRST error lines from make because they will contain the real error, the set posted here just tell us that make is abandoning because of earlier errors. |