主页 > 知识库 > centos:/tmp不能运行导致的安装编译错误问题解决方法

centos:/tmp不能运行导致的安装编译错误问题解决方法

热门标签:常州云呼叫外呼系统 bs外呼系统 长沙人工外呼系统公司 阿克苏市地图标注app 京东外呼系统怎么操作 小蓝鸽电话机器人 ai人工电话机器人 河北机器人电销 上海营销外呼系统定制
[root@web1 ~]# pecl install apc
downloading APC-3.1.9.tgz ...
Starting to download APC-3.1.9.tgz (155,540 bytes)
.................................done: 155,540 bytes
54 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
/usr/bin/phpize: /tmp/pear/temp/APC/build/shtool: /bin/sh: bad interpreter: Permission denied
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

ERROR: `phpize' failed

The problem is caused by the /tmp/ filesystem being mounted noexec, which keeps any programs on /tmp/ from being allowed to be executed, which breaks the install script.

To remount /tmp/ as executable, use:

[root@web1 ~]# mount -o remount,exec,suid /tmp

The it should install correctly.

After the install is done, remount the /tmp/ filesystem with the noexec permissions reset.

[root@web1 ~]# mount -o remount,noexec,nosuid /tmp

标签:来宾 甘孜 泉州 忻州 邢台 铜仁 甘南 周口

巨人网络通讯声明:本文标题《centos:/tmp不能运行导致的安装编译错误问题解决方法》,本文关键词  centos,tmp,不能,运行,导致,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《centos:/tmp不能运行导致的安装编译错误问题解决方法》相关的同类信息!
  • 本页收集关于centos:/tmp不能运行导致的安装编译错误问题解决方法的相关信息资讯供网民参考!
  • 推荐文章