|
|

楼主 |
发表于 2007-2-9 01:09:30
|
显示全部楼层
我搞定上面的后在
编译安装 control-center
#cd /opt/CVS/
#tar xjvf control-center-2.14.0.tar.bz2
#cd control-center-2.14.0/
#./configure --prefix=/opt/Xgl --sysconfdir=/etc
#make
#make install
时安装control-center-2.14.0.tar.bz2软件包时又出现了这个
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
tar: 归档文件中异常的 EOF
tar: 归档文件中异常的 EOF
tar: 错误不可恢复:现在退出
这又是怎么回事
[root@localhost CVS]# ./configure --prefix=/opt/Xgl --sysconfdir=/etc
bash: ./configure: 没有那个文件或目录 |
|