libnet error 잡아주세요 ^^;;
글쓴이: jinlee222 / 작성시간: 월, 2004/02/02 - 7:10오후
libnet을 이용하여 프로그램을 만들어 보려고 하는데 #include <libnet.h>라 하면 아래와 같이 에러가 남니다. 어떻게 해야 에러를 잡을 수 있는지 알려주세요..
/usr/include/libnet.h872 #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."
Forums:
Re: libnet error 잡아주세요 ^^;;
you'll
need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the
documentation regarding the libnet-config script
이라는데여
#define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN
소스에 이렇게 정의하래는데여
리틀 앤디언인비 빅 엔디언인지..
즐린
libnet-config 스크립트를 활용하세요.[code:1]gc
libnet-config 스크립트를 활용하세요.
저도 비슷한 문제를 격고 있는데...저는 snort source
저도 비슷한 문제를 격고 있는데...
저는 snort source 들 속에 제가 만든 파일(libnet 이용, 파일이름 prevent.c)을 만들어서 넣을 려고 하는데...
/usr/local/snort-2.0.4/src/prevent.c:296: undefined reference to `libnet_init'
collect2: ld returned 1 exit status
이런 식으로 에러가 나는데요... 어떻게 해야 하나요..
조언 부탁드립니다....
댓글 달기