Chinaunix

标题: 求助!在solaris 8下安装bind9.3.2时报错! [打印本页]

作者: redhat2003    时间: 2006-08-30 15:45
标题: 求助!在solaris 8下安装bind9.3.2时报错!
在solaris8 for sparc下安装bind9.3.2版本时
./configure时报以下错误:“AR program not found ,please fix you path to include the directory in which ar resides or set ar in the enviroment with the full path to ar”
以下就编译不下去了!求高手指点!
作者: wuqing    时间: 2006-08-30 15:50
安装过程中需要调用程序 ar, 而ar 可能安装在你的系统上,但是没有包含在 $PATH中,因此请按照提示信息的要求执行操作,也就是添加ar的绝对路径到 $PATH 中

实际上,很多管理命令,调试命令都安装在其他目录中,通常情况下没有被包含在 $PATH 中
ar在:
/usr/ccs/bin/ar

作者: wuqing    时间: 2006-08-30 15:52
bash-3.00# ls /usr/ccs/bin
admin              elfdump            ld                 nm                 sact               unget
ar                 error              lex                nrform             sccs               unifdef
as                 get                lorder             prof               sccsdiff           val
cdc                gprof              m4                 prs                size               vc
comb               gprof.callg.blurb  make               prt                sparcv9            what
delta              gprof.flat.blurb   mcs                ranlib             strip              yacc
dis                help               nceucform          regcmp             symorder           yaccpar
dump               lari               ncform             rmdel              tsort

as知道吧?汇编的编译程序
其他的自己慢慢了解吧
作者: redhat2003    时间: 2006-08-30 16:35
应该是这个问题,我加了etc/profile里的path路径后,还是不行?能否再指点一下!谢谢!
作者: redhat2003    时间: 2006-08-31 08:49
编译时,还是出错呢!是不是因为我在8上装了netra 3.2 的原因,造成了编译出错?请赐教呀!
作者: wuqing    时间: 2006-08-31 09:25
1. 出错是可能的,请把详细错误信息贴出来
2. 和另外一位兄弟一样,我建议你先下载二进制版本先安装,配置,使用,优化,然后再考虑源代码安装,否则你会浪费很多时间,而最终获得的结果无非就是一个: 你有一个稳定的可运行的BIND
作者: redhat2003    时间: 2006-08-31 15:09
非常正确!先弄二进制的吧!没有办法,只好如此!但编译这块有问题,一直是心病!谢谢楼上的兄弟,有机会,请你吃饭!




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2