Re: [sleuthkit-users] RE: Sleuthkit install problem
Brought to you by:
carrier
From: Angus M. <an...@n-...> - 2004-05-26 20:19:23
|
On Wednesday 26 May 2004 09:11, Angus Marshall wrote: Ok - ignore EVERYTHING I have said on this issue up to this point. Having done some more work on it - it looks (to me - and I could be wrong, I frequently am) like the problem is being caused by the definition of syscall5 moving into a different header file. Adding a #include <linux/unistd.h> to mylseek.c immediately after the #include <syscall.h> line seems to work for me (testing on SK1.67 currently). I get a successful compilation after doing this and a good dls on a 8Gb partition - no errors visible at all. This still uses the custom lseek, which I prefer since it has been accepted in court, unlike the Linux 2.6 kernel. |