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

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

溫馨提示:信息不詳,很可能會(huì)沒(méi)人理你!論壇有教程說(shuō)明的,也可能沒(méi)人理!因?yàn)?你懂的

[分享] 關(guān)于在centos 5.3 x64系統(tǒng)安裝lanmp途中的錯(cuò)誤個(gè)人總結(jié)解決辦法

本帖最后由 cngzit 于 2012-10-20 13:29 編輯

折騰了我?guī)滋斓腻e(cuò)誤今天終于完美安裝了,現(xiàn)總結(jié)如下,僅供參考,感謝謝wdlinux官方論壇管理員指導(dǎo)安裝,還有感謝謝各位熱心的網(wǎng)友。
提示錯(cuò)誤1:
  1. checking whether to enable JIS-mapped Japanese font support in GD... no
  2. checking for fabsf... yes
  3. checking for floorf... yes
  4. configure: error: libjpeg.(a|so) not found.
  5. ----Install Error: php configure err -----------
復(fù)制代碼


解決方法:
  1. # yum install -y libjpeg-devel
復(fù)制代碼


提示錯(cuò)誤2:
  1. cd /usr/local/src/php-5.2.6/ext/curl/
  2. /usr/local/php-fcgi/bin/phpize
  3. ./configure –with-php-config=/usr/local/php-fcgi/bin/php-config
  4. checking for gnutls support in libcurl… no
  5. checking for curl_easy_perform in -lcurl… no
  6. configure: error: There is something wrong. Please check config.log for more information.

  7. ----Install Error: php configure err -----------
復(fù)制代碼
  1. checking for BZip2 support... no
  2. checking whether to enable calendar conversion support... no
  3. checking whether to enable ctype functions... yes
  4. checking for cURL support... yes
  5. checking if we should use cURL for url streams... no
  6. checking for cURL in default path... found in /usr
  7. checking for cURL 7.10.5 or greater... libcurl 7.15.5
  8. checking for SSL support in libcurl... yes
  9. checking how to run the C preprocessor... gcc -E
  10. checking for openssl support in libcurl... no
  11. checking for gnutls support in libcurl... no
  12. checking for curl_easy_perform in -lcurl... no
  13. configure: error: There is something wrong. Please check config.log for more information.

  14. ----Install Error: wdphp configure err -----------
復(fù)制代碼

解決方法:
我趕緊檢查有沒(méi)有裝curl的devel
  1. rpm -qa |grep curl
復(fù)制代碼

查了半天資料, 還是找到結(jié)果了, 只要以下包都安裝了, 就可以完美通過(guò)!
  1. curl-devel-7.15.5-2.el5
  2. e2fsprogs-devel-1.39-15.el5
  3. krb5-devel-1.6.1-25.el5
  4. libidn-devel-0.6.5-1.1
  5. openssl-devel-0.9.8b-10.el5
復(fù)制代碼
個(gè)人

很好
看清提問(wèn)三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

主要是讓像我這樣的菜鳥(niǎo)不走這么多彎路。。。
個(gè)人

TOP

留個(gè)記號(hào)
www.youhuole.com

TOP

返回列表