红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

eva qq2008怎么安不上啊

eva qq2008怎么安不上啊

TOP

在root下安,红旗工具盘中好像都有EVA

TOP

没有工具盘阿,但在网上下的EVAQQ2008安不上
[root@localhost eva]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost eva]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost eva]#

TOP

老出现这种情况
[root@localhost ~]# cd /usr/local/src
[root@localhost src]# tar xzvf httpd-2.2.9.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: 由于前面延迟的错误而退出
[root@localhost src]#

TOP

[root@localhost src]# ls
httpd-2.2.9.tar.gz
[root@localhost src]# tar zxvf httpd-2.2.9.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: 由于前面延迟的错误而退出

TOP

发新话题