From: <Wil...@kc...> - 2003-11-10 15:35:33
|
Use libnet 1.0.2a and remove the following lines at the bottom of the /include/libnet.h file, it should compile fine on RH9 once you have done this. #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN) #error "byte order has not been specified, you'll need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the documentation regarding the libnet-config script." #endif Regards, Will |