REDHAT AS4 U4 kernel 2.6.9-42.EL iptables iptables v1.2.11 发现没有libipt_string.so这个模块,请问要如何操作才能使用到这个模块??是更新核心?还是升级iptables?? iptables v1.2.11 :couldn't load match 'string':/lib/iptables/libipt_stirng.so:cannot open shared object file:no such file or directory 请朋友们看看,指点下,先谢谢了。
http://imysql.cn/2008_04_23_mysql_5.1.24rc_and_innodb_plugin
1. 安装
本帖最后由 justin033 于 2010-04-26 23:26 编辑 innodb plugin 新特性测试 http://hi.baidu.com/unidba/blog/item/b6f02a0298a8dee708fa9331.html innodb plugin 新特性测试一 innodb plugin 新特性 * 可查看innodb plugin的版本号 * 快速索引创建:不用复制数据进行增加或删除索引 * 数据压缩:收缩表,显著地减少存储空间和I/O * 新的记录格式:long BLOB, TEXT, VARCHAR字段的fully off-page存储 * 文件格式管理:保...
我用ICEBLOOD前辈的安装包装了QMAIL后,发现出现I couldn't find any host named 163.com的问题,始终无法将信发给对方的邮件服务器,但发给自己都正常,请问可能是什么原因。
ns# /usr/local/sbin/named -u bind -gc /usr/local/etc/named.conf
Aug 05 20:46:30.494 starting BIND 9.2.3rc1 -u bind -gc /usr/local/etc/named.conf
Aug 05 20:46:30.495 using 1 CPU
Aug 05 20:46:30.504 loading configuration from '/usr/local/etc/named.conf'
Aug 05 20:46:30.506 no IPv6 interfaces found
Aug 05 20:46:30.506 listening on IPv4 interface rl0, 192.168.0.2#53
Aug 05 20:46:30.508 listening on IP...
我配置很多次了.就是PING不通主机named -g 后
named -g
Mar 27 19:52:30.361 starting BIND 9.2.1 -g
Mar 27 19:52:30.362 using 1 CPU
Mar 27 19:52:30.370 loading configuration from '/etc/named.conf'
Mar 27 19:52:30.452 no IPv6 interfaces found
Mar 27 19:52:30.453 listening on IPv4 interface lo, 127.0.0.1#53
Mar 27 19:52:30.455 listening on IPv4 interface eth0, 192.168.2.1#53
Mar 27 19:52:30.461 command c...
我配置很多次了.就是PING不通主机named -g 后
named -g
Mar 27 19:52:30.361 starting BIND 9.2.1 -g
Mar 27 19:52:30.362 using 1 CPU
Mar 27 19:52:30.370 loading configuration from '/etc/named.conf'
Mar 27 19:52:30.452 no IPv6 interfaces found
Mar 27 19:52:30.453 listening on IPv4 interface lo, 127.0.0.1#53
Mar 27 19:52:30.455 listening on IPv4 interface eth0, 192.168.2.1#53
Mar 27 19:52:30.461 command c...
plugin
1. for me a plugin in very much like a kernel module, can be complied into .so format(not .ko), and .so is a dll file.(a example of this is in /qwt-5.0.2/designer/plugin/designer/….so), or be compiled together with the main program(quit like a driver, ah?!)
2. in qt assitant/plugin howto, they lists out several kinds of plugins: database driver, many widgets together as a depe...
最近学习iptables,有幸看到了白金的domain模块http://bbs.chinaunix.net/thread-791863-1-1.html
编译完以后运行iptables出现如下错误:
# iptables -m domain -h
iptables v1.4.2: couldn't load match `domain':(null)
改用gcc代替ld生成so文件后,重新运行:
# iptables -m domain -h
iptables: match `domain' v (I'm v1.4.2).
经过阅读其他模块代码,发现iptables 1.4.0以上版本必须声明XTABLES_VERSION
在源文件中加入...