永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放

無標題文檔
wdCP系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
wdOS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
注冊 發(fā)貼 提問 回復(fù)-必看必看 wddns免費智能 DNS 開通 本地或虛擬機使 用wdcp 一鍵包在mysql編 譯時"卡住"
AI導(dǎo)航網(wǎng)AI應(yīng)用網(wǎng)站大全 wdcp官方技術(shù)支持/服務(wù) 阿里云8折優(yōu)惠券 無敵云 騰訊云優(yōu)惠中,現(xiàn)注冊更有260代金額券贈送
返回列表 發(fā)帖
提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設(shè)置等

溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的

[求助] 安裝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
復(fù)制代碼
這個執(zhí)行,但是報錯。
  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.
復(fù)制代碼
我查了
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/
復(fù)制代碼
但是執(zhí)行報錯。
[root@iZ62vu79juaZ ~]# mount -o remount,exec /var/tmp/
mount: can't find /var/tmp in /etc/fstab or /etc/mtab

然后就查不到資料了。

返回列表