libnet的问题!

发布于 2022-07-21 00:34:17 字数 786 浏览 6 评论 7

在RH9.0下安装Libnet-1.0.2a
./configure
make
makeinstall
后看到/usr下有libnet文件夹

当编译一个用到该库的程序的时候
提示:
/usr/include/libnet.h:87:2: #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."

我打开libnet.h也看到
#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

这么一行
因为网络问题不能上google
所以在这里求助高人!!!!

在哪里更改byte order?????

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

忆梦 2022-07-24 08:47:02

先在程序中改改试试吧。
你能上网怎么就不能上google呢。呵呵。

空气里的味道 2022-07-24 08:07:09

我知道是这方面的问题,可是这个提示是说在哪里改啊?
是在我自己的应用程序中么?
因为google上不了
baidu没找到所以到这里来求助
请说的详细一点可以么?

泛泛之交 2022-07-24 05:20:57

楼上说的对呀。不如#define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN

韵柒 2022-07-24 05:02:46

不是说的很清楚吗?

See the documentation regarding the libnet-config script

"byte order has not been specified, you'll
need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN

就根据这个去找问题啊

浅笑依然 2022-07-23 23:08:34

阿1!!!!!!!!!!!!!!!!!!!!!!!!

无言温柔 2022-07-23 22:59:17

晕...没人理啊

固执像三岁 2022-07-23 08:18:05

高人高人啊!!!!!!!!!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文