-
I have a compilation problem. I did a configure and i
edited cfg_smtp.h (i tried more combinations)
I tried 1.3.2.1 and version 1.3.2.
I get the following error when compiling:
prog.h:24: warning: conflicting types for built-in
function 'log'
gcc -g -O2 -DHAVE_CONFIG_H -DVERSION="1.3.2.1" -o
signals.o -c signals.c
signals.c: In function `logsig':
signals.c:27: error: incompatible...
2005-11-10 10:27:42 UTC by phar0s
-
it gives me that error when i try to compile it. i have tried many versions, i donīt understand it.
from pidlist_pkill.c:25:
linux/killscan.h:4: linux/tasks.h: No such file or directory
make: *** [pidlist_pkill.o] Error 1.
2003-08-18 15:19:45 UTC by skuda
-
./configure whines about cfg_smtp. It says that i need to edit it. However after changing the lines that I think need to be changed it still hates me.
What exactly needs to be changed in that file?
Rick S.
2003-07-07 20:30:58 UTC by kompressor2279
-
I have the same problem.
2003-06-15 16:17:08 UTC by nobody
-
Logged In: YES
user_id=30291
This should be fixed in the current CVS release. The name of
the header file required changed to linux/threads.h, and
chaning linux/killscan.h to include this instead of
linux/tasks.h fixex the problem. The CVS fix makes configure
find out which of these exist and react accordingly (and
thus require you to rerun ./configure.
2002-03-11 14:50:17 UTC by dps
-
dps committed patchset 35 of module checkps to the Linux rootkit detector CVS repository, changing 1 files.
2002-02-24 21:52:53 UTC by dps
-
dps committed patchset 34 of module checkps to the Linux rootkit detector CVS repository, changing 13 files.
2002-02-24 21:50:08 UTC by dps
-
File not found (tasks.h) when make
I have try all versions of checkps on Redhat 7.2.
Please help.
2002-02-22 19:17:55 UTC by kcli88
-
I had the same prob. on my development box using kernel
2.2.19 but having the link
/usr/src/linux --> /usr/src/linux-2.4.17
Solved by making proper
ln -s /usr/src/linux-2.2.19 /usr/src/linux.
2002-02-12 18:55:26 UTC by nobody
-
When compiling under linux(Redhat 7.1) I get an error
saying that it can't find "linux/tasks.h" as defined in
the killscan.h file. I am assuming it either isn't
being created, you are assuming it is there, or I need
some library or something that installs it. It is the
same for the last 3 releases, 1.3.1, 1.3.2, and
1.3.2.1. Please fix.
2002-01-20 21:43:02 UTC by nobody