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

Board logo

標(biāo)題: [求助] wdCP最新版安裝innodb出錯(cuò) [打印本頁]

作者: 3767b7f    時(shí)間: 2017-3-11 23:42     標(biāo)題: wdCP最新版安裝innodb出錯(cuò)

本帖最后由 3767b7f 于 2017-3-11 23:54 編輯

如題,wdcp是最新版的,當(dāng)前版本: wdCP v3.0.8 最新 v3.0.8,參照這個(gè)帖子:
http://www.fsowen.com/bbs/viewth ... mp;highlight=innodb
修改了腳本當(dāng)中的下載地址為管理員說的:wget -c http://dl.wdlinux.cn/files/mysql/${M_ver}.tar.gz 下載下來后還是報(bào)錯(cuò),如下:
--2017-03-11 23:27:06--  http://dl.wdlinux.cn/files/mysql/mysql-5.6.35.tar.gz
Resolving dl.wdlinux.cn... 222.186.61.177
Connecting to dl.wdlinux.cn|222.186.61.177|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 32167628 (31M), 32162731 (31M) remaining [application/x-gzip]
Saving to: “mysql-5.6.35.tar.gz”

100%[=============================================================================>] 32,167,628  3.44M/s   in 9.0s   

2017-03-11 23:27:15 (3.39 MB/s) - “mysql-5.6.35.tar.gz” saved [32167628/32167628]


gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
./mysql_innodb_ins.sh: line 23: cd: mysql-5.6.35: No such file or directory
./mysql_innodb_ins.sh: line 46: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
希望管理員或者是知道的,給個(gè)解答,謝謝.
==========補(bǔ)充===========
我刪除了 /tmp 目錄下的那個(gè)MySQL壓縮包,然后重新運(yùn)行腳本,倒是編譯了,但是編譯出錯(cuò):
mysql_innodb_ins.sh: line 46: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
=======補(bǔ)充==============
刪除了 /tmp 目錄下的所有文件,再次重新使用腳本,結(jié)果還是編譯出錯(cuò),
下面是腳本內(nèi)容:
  1. #!/bin/bash
  2. # mysql innodb install scripts
  3. # Author:wdlinux
  4. # Url http://www.fsowen.com

  5. if [ ! -f /usr/bin/gcc ];then
  6. fi

  7. M_ver=`readlink /www/wdlinux/mysql | awk -F"/" '{print $4}'`

  8. if [ -d /root/lanmp/$M_ver ];then
  9.         cd /root/lanmp/$M_ver
  10.         make clean
  11. elif [ -f /root/lanmp/${M_ver}.tar.gz ];then
  12.         cd /root/lanmp
  13.         tar zxvf ${M_ver}.tar.gz
  14.         cd $M_ver
  15. else
  16.         cd /tmp
  17.         wget -c http://dl.wdlinux.cn/files/mysql/${M_ver}.tar.gz
  18.         tar zxvf ${M_ver}.tar.gz
  19.         cd $M_ver
  20. fi
  21. if grep -i 'ubuntu' /etc/issue;then
  22.         if [ -f /usr/lib/x86_64-linux-gnu/libncurses.so ];then
  23.                 #LIBNCU="/usr/lib/x86_64-linux-gnu/libncurses.so"
  24.                 LIBNCU=""
  25.         elif [ -f /usr/lib/i386-linux-gnu/libncurses.so ];then
  26.                 #LIBNCU="/usr/lib/i386-linux-gnu/libncurses.so"
  27.                 LIBNCU=""
  28.         else
  29.                 LIBNCU=""
  30.         fi
  31.         else
  32.         if [ -f /usr/lib64/libncursesw.so ];then
  33.                 LIBNCU="--with-named-curses-libs=/usr/lib64/libncursesw.so"
  34.         elif [ -f /usr/lib/libncursesw.so ];then
  35.                 LIBNCU="--with-named-curses-libs=/usr/lib/libncursesw.so"
  36.         else
  37.                 LIBNCU=""
  38.         fi
  39. fi
  40. IN_DIR="/www/wdlinux"
  41. ./configure \
  42.         --prefix=$IN_DIR/$M_ver \
  43.         --sysconfdir=$IN_DIR/etc \
  44.         --enable-assembler \
  45.         --enable-thread-safe-client \
  46.         --with-extra-charsets=complex \
  47.         --with-ssl \
  48.         --with-embedded-server \
  49.         --with-plugins=innobase,innodb_plugin
  50. make
  51. [ $? != 0 ] && exit
  52. service mysqld stop
  53. make install
  54. cp /www/wdlinux/etc/my.cnf /www/wdlinux/etc/my.cnf.old
  55. cp -f support-files/my-medium.cnf /www/wdlinux/etc/my.cnf
  56. service mysqld start
  57. echo
  58. echo "mysql innodb install is OK"
  59. echo
復(fù)制代碼
報(bào)錯(cuò)內(nèi)容為:
./mysql_innodb_ins.sh: line 46: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
希望管理員看見了,能夠解惑,謝謝!@admin
作者: 3767b7f    時(shí)間: 2017-3-12 10:42

沒人么....好傷
作者: longyushen    時(shí)間: 2018-1-16 12:23

好傷啊,我也一直在找
作者: 七夜風(fēng)云    時(shí)間: 2018-7-25 23:54

無語,新版,用這個(gè)根本不能用,一直不解決,直接不用wdcp了,煩




歡迎光臨 WDlinux官方論壇 (http://www.fsowen.com/bbs/) Powered by Discuz! 7.2