I find this package a valuable tool to test for security tools, however I am
having problems compiling it under Red Hat 7.1 version 2.4.2-2. I have
installed all of the necessary packages, but I still get the following error
when I try to compile it using make.......
# make
gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD
-DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN
-DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I/usr/local/include
-I/usr/include/pcap -I/usr/include/db2 -I/usr/X11R6/include -I./missing
-c ./sshow.c
In file included from ./sshow.c:20:
/usr/include/netinet/in.h:133: warning: redefinition of `u_int32_t'
/usr/include/sys/types.h:192: warning: `u_int32_t' previously declared here
./sshow.c: In function `client_to_server':
./sshow.c:225: `CLK_TCK' undeclared (first use in this function)
./sshow.c:225: (Each undeclared identifier is reported only once
./sshow.c:225: for each function it appears in.)
./sshow.c: In function `server_to_client':
./sshow.c:273: `CLK_TCK' undeclared (first use in this function)
make: *** [sshow.o] Error 1
I am not sure why the make is failing, but I am hoping anyone can shed some
light to me. I would appreciate any help