> NOt sure what I did, but was compiling today and now I get a lot of
> errors. Last time I compiled was before 6.1.. I think. Anyone 
> know what I
> am missing?
> 
> cc -O -Wall -DLINUX -DSUPPORT_STEALTH -o ./portsentry ./portsentry.c \
>         ./portsentry_io.c ./portsentry_util.c 
> In file included from /usr/include/signal.h:294,
>                  from portsentry.h:37,
>                  from ./portsentry.c:30:
> /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or
> directory
[snip]
/usr/include/sys/param.h:24: linux/limits.h: No such file or directory
> /usr/include/sys/param.h:25: linux/param.h: No such file or directory
> make: *** [linux] Error 1
> 

You are missing your kernel include files. Ensure that /usr/src/linux is a
valid link to /usr/src/2.2.12-20 if you are using the standard RedHat
kernel, and that the kernel-headers-2.2.12-20 package is installed.

If you are rolling your own kernel, then make sure that you have a link
between /usr/src/linux and /usr/src/<your kernel version>.

Mike


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to