苦中作乐 于 2007-07-26 17:10:38发表:
3kx 非常感谢。 这个是linux 和cadence版本不同造成的,还是其他原因呢。 这个包是干什么用的呢?
Diary 于 2007-07-26 15:39:22发表:
执行后会有一点错误: Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed. 解决步骤: 1、去下载一个ez-ipupdate源码包 http://www.3322.org/dyndnspage/ez-ipupdate-3.0.10.tgz 2、解压,修改代码 tar xzvf ez-ipupdate-3.0.10.tgz cd ez-ipupdate-3.0.10 vi conf_file.c 添加代码 #include vi ez-ipupdate.c 查找“no update needed at this time” 注释掉那几行 3、编译,安装 ./configure make make install
苦中作乐 于 2007-07-26 17:10:38发表:
3kx 非常感谢。
这个是linux 和cadence版本不同造成的,还是其他原因呢。
这个包是干什么用的呢?
Diary 于 2007-07-26 15:39:22发表:
执行后会有一点错误:
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
解决步骤:
1、去下载一个ez-ipupdate源码包
http://www.3322.org/dyndnspage/ez-ipupdate-3.0.10.tgz
2、解压,修改代码
tar xzvf ez-ipupdate-3.0.10.tgz
cd ez-ipupdate-3.0.10
vi conf_file.c
添加代码
#include
vi ez-ipupdate.c
查找“no update needed at this time”
注释掉那几行
3、编译,安装
./configure
make
make install