[root@localhost src]# ll
total 528
-rw-r--r-- 1 root root 113561 Dec 8 15:54 mirror_choices?projectname=smbdaudit&filename=smbdaudit%2Fsmb_audit-0.3.7%2Fsmb_audit-0.3.7.i386.tar.bz2
drwxr-xr-x 2 root root 6 Dec 8 16:15 smb_audit-0.3.7
-rw-r--r-- 1 root root 424011 Dec 8 15:58 smb_audit-0.3.7.i386.tar.bz2
[root@localhost src]# pwd
/usr/local/src
[root@localhost src]# tar -jxvf smb_audit-0.3.7.i386.tar.bz2 -C /usr/local/src/smb_audit-0.3.7
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[root@localhost src]# tar -jxf smb_audit-0.3.7.i386.tar.bz2 -C /usr/local/src/smb_audit-0.3.7
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
报错:
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
原因:是因为没有安装对应的解压软件bzip2
[root@localhost src]# tar jxf smb_audit-0.3.7.i386.tar.bz2
[root@localhost src]# ll
total 532
-rw-r--r-- 1 root root 113561 Dec 8 15:54 mirror_choices?projectname=smbdaudit&filename=smbdaudit%2Fsmb_audit-0.3.7%2Fsmb_audit-0.3.7.i386.tar.bz2
drwxr-xr-x 7 liulinfeng liulinfeng 4096 Aug 30 2008 smb_audit-0.3.7
-rw-r--r-- 1 root root 424011 Dec 8 15:58 smb_audit-0.3.7.i386.tar.bz2