无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
【300G高防】双线 无视攻击 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的

[求助] 安装mysqli报错,shtool does not exist or is not executable.

我按照
  1. wget -c http://down.wdlinux.cn/in/mysqli_ins.sh
  2. chmod 755 mysqli_ins.sh
  3. ./mysqli_ins.sh
复制代码
这个执行,但是报错。
  1. php-5.2.17/INSTALL
  2. php-5.2.17/CODING_STANDARDS
  3. php-5.2.17/header
  4. php-5.2.17/generated_lists
  5. php-5.2.17/vcsclean
  6. Configuring for:
  7. PHP Api Version:         20041225
  8. Zend Module Api No:      20060613
  9. Zend Extension Api No:   220060519
  10. shtool at '/tmp/php-5.2.17/ext/mysqli/build/shtool' does not exist or is not executable.
  11. Make sure that the file exists and is executable and then rerun this script.

  12. ./mysqli_ins.sh: line 37: ./configure: No such file or directory
  13. make: *** No targets specified and no makefile found.  Stop.
复制代码
我查了
shtool' does not exist or is not executable.

提示
  1. Remove noexec flag from /var/tmp directory use the following command

  2. mount -o remount,exec /var/tmp/
  3. You can use the same command to add the noexec flag back

  4. mount -o remount,noexec /var/tmp/
复制代码
但是执行报错。
[root@iZ62vu79juaZ ~]# mount -o remount,exec /var/tmp/
mount: can't find /var/tmp in /etc/fstab or /etc/mtab

然后就查不到资料了。

返回列表