免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2303 | 回复: 3
打印 上一主题 下一主题

[C] iptables编出的exe可以执行,编出的so就提示找不到扩展的so [复制链接]

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 09:57:09
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2015-02-27 18:18 |只看该作者 |倒序浏览

将此命令“iptables -t raw -D PREROUTING -d 1.1.1.8 -p tcp -m tcp --dport 80 -j XYZ1.1.1.8.” 传入 do_command

在解析到 -m tcp的时候就会提示找不到so,但是直接编出的可执行文件是可以的。

CentOS release 6.5, iptables是 1.4.7


/lib64/xtables/libxt_tcp.so: /lib64/xtables/libxt_tcp.so: undefined symbol: xt_params
Couldn't load match `tcp':/lib64/xtables/libipt_tcp.so: cannot open shared object file: No such file or directory

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 09:57:09
2 [报告]
发表于 2015-02-27 18:20 |只看该作者
命令本身是好的,已经试过了。

exit_err我指向了自己写的一个函数,来导出error string

=======
Error string is Couldn't load match `tcp':/lib64/xtables/libipt_tcp.so: cannot open shared object file: No such file or directory
.
iptables: match "(null)" has version "append", but "libxtables.so.4" is required.

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 09:57:09
3 [报告]
发表于 2015-02-27 21:00 |只看该作者
回复 2# giant1st


用了一下string相关的语句:
/lib64/xtables/libxt_string.so: /lib64/xtables/libxt_string.so: undefined symbol: xt_params
Error string is Couldn't load match `string':/lib64/xtables/libipt_string.so: cannot open shared object file: No such file or directory

。。。。
My So2-----调用-->My So1-----调用-->iptables相关的so


论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 09:57:09
4 [报告]
发表于 2015-02-27 21:03 |只看该作者
回复 3# giant1st


    将libxt_string.so直接编进去,程序直接就起不起来了。。。

难道是NO_SHARED_LIBS的原因???

iptables扩展的so怎么复用啊????
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP