aago 发表于 2007-2-20 22:13:26

求助!关于从APNIC上获取电信网通IP段的问题!

本人是一LINUX盲,这段时间用ROS做了一台软路由,现需要一份电信网通的路由表!从网上找到信息,说按以下方法能整理出来
shell> wget http://ftp.apnic.net/apnic/dbase ... se-client-v3.tar.gz
shell> tar xzvf ripe-dbase-client-v3.tar.gz
shell> cd whois-3.1
shell> ./configure
shell> make
完成上述编译安装工作后,我们开始获取IP地址段;

  中国网通:shell> ./whois3 -h whois.apnic.net -l -i mb MAINT-CNCGROUP > /var/cnc
  中国电信:shell> ./whois3 -h whois.apnic.net -l -i mb MAINT-CHINANET > /var/chinanet
  中国铁通:shell> ./whois3 -h whois.apnic.net -l -i mb MAINT-CN-CRTC > /var/crtc

我按此方法运行到./configure这一步时出现错误,提示如下:

loading cache./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

是什么意思?

DreamCat 发表于 2007-2-26 10:32:34

需要 cc gcc 编译器。你在什么系统上安装的啊?
页: [1]
查看完整版本: 求助!关于从APNIC上获取电信网通IP段的问题!