四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

無標題文檔
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è)置等

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

[求助] memcached 無法安裝

此篇帖子 http://cd-genova.com/bbs/thread-1373-1-1.html 所指導(dǎo)的安裝方法已經(jīng)無法安裝了,各位是如何安裝的呢??
  1. [root@localhost wdcp]# sh memcached_ins.sh
  2. Select php version:
  3.     1 php-5.2.17 (default)
  4.     2 php-5.3.27

  5. Please Input 1,2: 2
  6. Loaded plugins: fastestmirror
  7. Loading mirror speeds from cached hostfile
  8. * base: ftp.cuhk.edu.hk
  9. * extras: ftp.cuhk.edu.hk
  10. * rpmforge: mirror-fpt-telecom.fpt.net
  11. * updates: ftp.cuhk.edu.hk
  12. Setting up Install Process
  13. Package zlib-devel-1.2.3-29.el6.i686 already installed and latest version
  14. Nothing to do
  15. --2014-06-24 19:48:23--  https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz
  16. Resolving github.com... 192.30.252.129
  17. Connecting to github.com|192.30.252.129|:443... connected.
  18. HTTP request sent, awaiting response... 302 Found
  19. Location: https://cloud.github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz [following]
  20. --2014-06-24 19:48:24--  https://cloud.github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz
  21. Resolving cloud.github.com... 54.230.125.201, 205.251.212.199, 54.230.126.79, ...
  22. Connecting to cloud.github.com|54.230.125.201|:443... connected.
  23. OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
  24. Unable to establish SSL connection.
  25. --2014-06-24 19:48:24--  http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz
  26. Resolving memcached.googlecode.com... 74.125.31.82, 2404:6800:4008:c00::52
  27. Connecting to memcached.googlecode.com|74.125.31.82|:80... connected.
  28. HTTP request sent, awaiting response... 200 OK

  29.     The file is already fully retrieved; nothing to do.

  30. --2014-06-24 19:48:24--  http://pecl.php.net/get/memcache-2.2.7.tgz
  31. Resolving pecl.php.net... 76.75.200.106
  32. Connecting to pecl.php.net|76.75.200.106|:80... connected.
  33. HTTP request sent, awaiting response... 200 OK

  34.     The file is already fully retrieved; nothing to do.

  35. tar: libevent-1.4.14b-stable.tar.gz: Cannot open: No such file or directory
  36. tar: Error is not recoverable: exiting now
  37. memcached_ins.sh: line 35: cd: libevent-1.4.14b-stable: No such file or directory
  38. memcached_ins.sh: line 36: ./configure: No such file or directory
  39. make: *** No targets specified and no makefile found.  Stop.
復(fù)制代碼

問題已經(jīng)解決了!
方法一、可以給服務(wù)器安裝openssl
方法二、可以手動把 https://cloud.github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz 下載到本機,然后再上傳到服務(wù)器/tmp目錄里。 再執(zhí)行memcache_ins.sh

TOP

樓主真的很厲害,贊一個!
wdcp學(xué)習(xí)

TOP

安裝如下:
memcache的安裝
把這兩個附件放在/tmp文件夾下

libevent-1.4.14b-stable.tar.gz (463.74 KB)
memcached-1.4.15.tar.gz (316.85 KB)

然后運行
wget -c http://down.wdlinux.cn/in/memcached_ins.sh
sh memcached_ins.sh
服務(wù)啟動或停止
service memcached start
就可了,是因為googlecode被中國禁用了,相關(guān)文件下載不到服務(wù)器上。

TOP

技術(shù)貼啊啊

TOP

終于找到了

TOP

終于找到了

TOP

好方法支持一下

TOP

回復(fù) 4# suyuwen1


   我的php 版本是5.4,怎么安裝memcache ???

   求指導(dǎo),,,,,,

TOP

回復(fù) 4# suyuwen1


  技術(shù)帖 支持了!

TOP

樓上已經(jīng)給你提供解決辦法了

TOP

不知道可以不用

TOP

還是先試試吧   郁悶死了 這破谷歌

TOP

好東西啊!

TOP

原來是google

TOP

返回列表