bzip2: Cannot exec: No such file or directory

[[email protected] ~]# tar -xjf gmp-4.3.2.tar.bz2
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

yum install bzip2

tar xjf 解压bz2文件

即可

时间: 2024-10-25 07:27:25

bzip2: Cannot exec: No such file or directory的相关文章

tar(child):bzip2:Cannot exec: No such file and directory

下午从阿里云拷贝一个比较大的压缩包到另外一台阿里云主机,使用scp发现拷贝速度有点慢,想起以前用过pv+lz+tar的方法传输Linux下的大数据,二话不说,开始干. 因为是翻墙下载的包,一开始以为是自己下载的安装包有问题,但仔细看了下提示"bzip2:Cannot exec...",想了下,这台阿里云主机是自己刚开不久的,默认使用的阿里云提供的镜像,可能真没有安装 bzip2. 安装完毕,然后解压压缩包 到此问题解决,工作的时候很容易遇到很多小问题,不用急着去百度和谷歌,其实很多字面

tar (child): lbzip2: Cannot exec: No such file or

今天用tar解压缩失败了,信息如下: tar (child): lbzip2: 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 例如: yum install bzip2

gcc: error trying to exec 'cc1plus': execvp: no such file or directory

最近在安装OpenCV cmake的时,出现gcc: error trying to exec 'cc1plus': execvp: no such file or directory的错误. 导致问题的原因可能是因为没有安装 gcc 或者 g++,也可能是已安装的 gcc 和 g++ 版本不兼容 ,先解决方法如下: 首先检查 gcc 或者 g++ 是否已经安装,若未安装 sudo apt-get install gcc(g++)   再用 gcc -v 和 g++ -v 分别检查 gcc 和

ubuntu添加qmake 出现错误 qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory

出错原因,没有安装qt4库,/usr/lib/x86_64-linux-gnu/qt4 所以出现错误, 可以安装手动安装qt库 sudo apt-get install qt-sdk 如果自己编译qt库,那就需要手动修改路径 cd /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/ 会有一个default.conf配置文件,可以修改默认配置文件为你编译好的qt库路径 ubuntu添加qmake 出现错误 qmake: could not exec '/

当进行make命令学习是出现error trying to exec 'cc1': execvp: No such file or directory

进行编译的时候总是会出现这种状况 error trying to exec 'cc1': execvp: No such file or directory 自己把程序改了又改,改的很简单之后还是出现这种状况,发现不是我代码的问题,然后去网上查资料,得到了满足我自己状况的解决办法. (有可能每个人面对的突发状不一样,应该多去找几种解决办法,最终将会找到满足自己的解决方案) 我自己的请款是在Ubuntu下安装了arm'的交叉编译环境,在更改PATH时更改如下: export PATH=/usr/l

Symantec Backup Exec 2010 安装报 bad ELF interpreter: No such file or directory

在64位的Red Hat Enterprise Linux Server release 6.6上安装Symantec Backup Exec 2010时, 遇到下面错误: # ./installralus ./installralus: ../perl/Linux/bin/perl: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 出现这个错误是因为64位系统中安装32位应用程序(Symantec Backu

qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory

执行 qmake -v 出现错误:qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory 分析:qtchooser默认选择路径中没有指向qmake路径 解决方法: cd /usr/lib/x86_64-linux-gnu/qt-default/qtchoosersudo  rm default.conf 重新安装Pyqt5 sudo apt-get install qt5

Java执行Shell脚本“No such file or directory” (win->Linux)异常的可能原因

转自:http://blog.csdn.net/zlpdaisy/article/details/6134314 用Runtime.getRuntime().exec()方法执行Linux的一个Shell脚本时,报 Cannot run program "./script/abc.sh": java.io.IOException: error=2, No such file or directory] java.io.IOException: Cannot run program &q

win7 64 安装mysql-python:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory

http://www.cnblogs.com/fnng/p/4115607.html http://www.crifan.com/python_install_module_mysql_mysqldb/comment-page-1/ ======================== 今天想在在win7 64位环境下使用python 操作mysql 在安装MySQL-python 时报错: _mysql.c _mysql.c(42) : fatal error C1083: Cannot open