- 论坛徽章:
- 0
|
在安装SSH-2.3.0时出现如下错误:
# ./configure
loading cache ./config.cache
checking distribution consistency... done
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking cached information... ok
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... ./configure: make: not found
no
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
checking using purify... no
checking for gcc... gcc
checking for gcc... gcc
checking whether the C compiler (gcc -g ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
#
# set
HOME=/export/home
HZ=100
IFS=
LANG=zh.GBK
LOGNAME=xxxx
MAIL=/var/mail/xxxx
MAILCHECK=600
OPTIND=1
PATH=/usr/sbin:/usr/bin:/export/home/ssh-2.3.0:/var/sadm/pkg/SMCgcc:/usr/local/lib:/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3:/usr/local/bin/gcc:/usr/local/bin/:/usr/ccs/bin/:/export/home/ssh23/ssh-2.3.0
PS1=#
PS2=>;
SHELL=/bin/sh
TERM=vt100
TZ=PRC
_INIT_NET_STRATEGY=none
_INIT_PREV_LEVEL=S
_INIT_RUN_LEVEL=3
_INIT_RUN_NPREV=0
_INIT_UTS_ISA=sparc
_INIT_UTS_MACHINE=sun4u
_INIT_UTS_NODENAME=xxxx
_INIT_UTS_PLATFORM=SUNW,Ultra-60
_INIT_UTS_RELEASE=5.8
_INIT_UTS_SYSNAME=SunOS
_INIT_UTS_VERSION=Generic_108528-13
#
很奇怪,不懂是什么问题,和Solaris8安装有中文语言包有关吗?因为在Solaris8英文版中,我设置同样的路径,及同样的做法都可以成功安装.各位,能不能帮帮忙,有什么解决方法?
而且,很奇怪,我在解压时按照SSH-2.3.0中的readme的解压方法有问题:
# gunzip -c ssh-2.3.0.tar.gz | tar zvf -
tar: z: 未知选项
用法:tar {txruc}[vfbFXhiBEelmopwnq[0-7]] [-k 大小] [磁带文件] [块大小] [exclude-file] [-I include-file] 文件 ...
# gunzip -c ssh-2.3.0.tar.gz | tar vf -
用法:tar {txruc}[vfbFXhiBEelmopwnq[0-7]] [-k 大小] [磁带文件] [块大小] [exclude-file] [-I include-file] 文件 ...
#tar xvf ssh-2.3.0.tar
#gunzip gcc-2.95.3-sol8-sparc-local.gz
#pkgadd -d gcc-2.95.3-sol8-sparc-local |
|