| mountain2008 回复于:2003-06-20 00:38:49
|
# ./configure
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking whether make sets ${MAKE}... no
checking for ranlib... :
checking for a BSD-compatible install... ./install-sh -c
checking for ar... no
configure: error:
ar program not found. Please fix your PATH to include the directory in
which ar resides, or set AR in the environment with the full path to ar.
|
| yeah-haha 回复于:2003-06-20 11:36:08
|
Please fix your PATH to include the directory in
which ar resides, or set AR in the environment with the full path to ar.
检查一下你的环境变量,看看PATH中包含了ar的路径没有。ar的路径可以通过man ar看到。
|
| aclacl 回复于:2003-06-20 15:37:23
|
Before you configure, you should set your environment
setenv PATH $PATH:/usr/ccs/bin
Because the ar is in /usr/ccs/bin
|
| imagecoco 回复于:2004-01-01 14:03:00
|
FreeBSD 4.9
没有找到/usr/ccs目录!
|
| jackieyuan 回复于:2004-06-05 19:09:06
|
请问您的参考文档是什么? 谢谢!
|
| 李暮楚 回复于:2004-09-12 15:03:39
|
没有做启动脚本,其他类似
21.启动bind9
# /etc/rc.d/init.d/named start 没有显示,用ps aux|grep named无结果
停止bind9
# /etc/rc.d/init.d/named stop 没有显示
查看状态
# /etc/rc.d/init.d/named status 没显示
22.检查配置文件及域文件
# /usr/local/sbin/named-checkconf
# /usr/local/sbin/named-checkzone dream.com /var/named/dream.com 显示zone dream.com/IN:has no NS records
(我的正向解析文件为dream.com ,域名是dream.com)
|
| be00 回复于:2004-09-26 21:35:53
|
[root@localhost named]# /etc/rc.d/init.d/named status
rndc: connection to remote host closed
This may indicate that the remote server is using an older version of
the command protocol, this host is not authorized to connect,
or the key is invalid.
安装一切顺利,请问这个是错在哪里了?
|
| 阿骁 回复于:2004-09-27 12:10:17
|
提示说得很清楚啊,检查一下你的 rndc 的配置先。
|