标题: 这个是什么意思? [打印本页] 作者: toapple 时间: 2009-10-28 23:54 标题: 这个是什么意思? [root@toapple ~]# tar xvf famp5.1.0.tar.bz2
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors作者: MaYi 时间: 2009-10-28 23:58
tar -xvjf famp5.1.0.tar.bz2作者: toapple 时间: 2009-10-28 23:59 标题: 回复 2# 的帖子 可以了谢谢!作者: 啊猪同学 时间: 2009-10-28 23:59
-j 是代表什么?作者: 遍地阳光 时间: 2009-10-29 00:06 标题: 回复 4# 的帖子 小白同问作者: toapple 时间: 2009-10-29 00:15
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
./php.sh: line 8: cd: php-5.2.9: No such file or directory
./php.sh: line 10: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
cp: cannot stat `php.ini-dist': No such file or directory
chown: cannot access `/usr/local/php/lib/php.ini': No such file or directory
./php.sh: line 34: cd: ../code: No such file or directory作者: zyypp 时间: 2009-10-29 00:18
-j 以bzip2模式压缩作者: MaYi 时间: 2009-10-29 00:25