LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: gaby825

zhcon是什么如何安装??

[复制链接]
发表于 2003-1-26 21:38:38 | 显示全部楼层
你安装zhcon的方法不对。
首先将源代码解开到一个临时目录:

tar zxf zhcon-0.2.tar.gz -C /tmp
cd /tmp/zhcon-0.2

然后运行configure脚本检查系统编译环境,创建Makefile。
./configure

这时屏幕上会出现很多检测信息,如果没有问题的话接着执行make开始编译源代码。
make

编译完成后切换到root用户执行make install安装可执行文件并删除临时目录。

make install

然后按[CTRL]+F 2.进入字符界面,运行
#zhcon
就看到效果了。。。
发表于 2003-1-26 21:43:06 | 显示全部楼层
安装以前,看一下README或INSTALL......
发表于 2003-1-27 11:29:25 | 显示全部楼层

兄弟们再帮我看一下怎么办好吗?

[root@movserver zhcon-0.2]# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
[root@movserver zhcon-0.2]#
发表于 2003-1-27 11:31:30 | 显示全部楼层
调一下系统的时间, 可能系统的时间不对。
发表于 2003-1-27 15:39:18 | 显示全部楼层

zhcon在一些Linux系统下编译可能是有问题

可以参考我们版kj兄和tram兄的方法:)
因为论坛的搜索好像有问题,连接暂时无法给出,非常抱歉
发表于 2003-1-27 18:46:34 | 显示全部楼层
系统时间调整了又出来如下情况?
不光是编zhcon时出现下面情况。
[root@movserver zhcon-0.2]# ./configure
loading 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
checking for gawk... gawk
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@movserver zhcon-0.2]#
发表于 2003-1-27 18:55:03 | 显示全部楼层
看来你很多东西都没装呀,这样试试,先用redhat8.0带的软件包管理器,搞不清楚的话就把所有关于编程的东西都选上添加安装。然后再来编译安装。
发表于 2003-1-27 19:05:39 | 显示全部楼层
请问按F4修复按装会覆盖我里面现有的内容吗?
还是需别的方式按装上?
进行mount时出现: [root@movserver etc]# mount /dev/cdrom /mnt
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: No medium found
[root@movserver etc]#
?谢谢了!!
发表于 2003-1-27 19:38:24 | 显示全部楼层
最初由 随风飘来 发布
系统时间调整了又出来如下情况?
不光是编zhcon时出现下面情况。
[root@movserver zhcon-0.2]# ./configure
loading 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
checking for gawk... gawk
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@movserver zhcon-0.2]#


兄弟连基本的开发工具都没装,谈和编译呢!
如果是 debian 的话,那就很简单了,rh的我想装系统时,想gcc这些应该要装上,不能省呀.
发表于 2003-1-28 17:17:45 | 显示全部楼层
把软件开发的全装上。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表