标题: Linux系统下rstatd的安装问题 [打印本页] 作者: winthnight 时间: 2009-9-1 17:07 标题: Linux系统下rstatd的安装问题 先下载了一个rstatd.tar.gz
16:03:08 (16.0 KB/s) - `rstatd.tar.gz' saved [46130/46130]
然后解压
[ecsadmin@srv-ecs-web1 ~]$ tar xzvf rstatd.tar.gz
rpc.rstatd/
rpc.rstatd/config.h.in
rpc.rstatd/CVS/
rpc.rstatd/CVS/Repository
rpc.rstatd/CVS/Root
rpc.rstatd/CVS/Entries
rpc.rstatd/COPYING
rpc.rstatd/Makefile.am
rpc.rstatd/rsysinfo.1
rpc.rstatd/rup.c
rpc.rstatd/rsysinfo.c
rpc.rstatd/rup.1
rpc.rstatd/rstatd.8
rpc.rstatd/rstat_main.c
rpc.rstatd/rpc.rstatd.8
rpc.rstatd/stamp-h.in
rpc.rstatd/aclocal.m4
rpc.rstatd/configure
rpc.rstatd/configure.in
rpc.rstatd/rstat.x
rpc.rstatd/Makefile.in
rpc.rstatd/INSTALL
rpc.rstatd/mkinstalldirs
rpc.rstatd/missing
rpc.rstatd/rstat_proc.c
rpc.rstatd/README
rpc.rstatd/install-sh
没有什么问题,然后进入rpc.rstatd目录
[ecsadmin@srv-ecs-web1 ~]$ cd rpc.rstatd/
然后开始配置
[ecsadmin@srv-ecs-web1 rpc.rstatd]$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing //查了下资料,正常情况下这些应该都found,不知道我的为什么都missing了
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for sys/ioctl.h... yes
checking for syslog.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for ANSI C header files... yes
checking return type of signal handlers... void
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h