监控LINUX服务器配置时有问题请教
操作系统内核为linux 2.6.9-67,按照网上介绍的方法安装报错如下:在./configure时有报错:
config.status: executing depfiles commands
有谁遇到过这个问题没,怎么解决的?
就是在安装守护进程rstatd时出错,安装的是rpc.rstatd-4.0.1。
[ 本帖最后由 浪迹天涯 于 2008-5-26 17:35 编辑 ] 问题没有描述清楚,不明白。安装rpc?
如楼下所说,不是错误,继续安装即可。:hug:
[ 本帖最后由 hpty 于 2008-5-26 17:42 编辑 ] 你是不是要生成makefile?
这不是错误
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
$ ls -l Makefile
-rw-rw-r-- 1 xxxx xxxx 15035 May 26 17:30 Makefile
你可以看到,此时Makefile已经产生出来了。
[ 本帖最后由 iori 于 2008-5-26 17:35 编辑 ]
页:
[1]