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

無標題文檔
wdCP系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
wdOS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
注冊 發(fā)貼 提問 回復-必看必看 wddns免費智能 DNS 開通 本地或虛擬機使 用wdcp 一鍵包在mysql編 譯時"卡住"
AI導航網(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è)置等

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

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

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

折騰了我?guī)滋斓腻e誤今天終于完美安裝了,現(xiàn)總結(jié)如下,僅供參考,感謝謝wdlinux官方論壇管理員指導安裝,還有感謝謝各位熱心的網(wǎng)友。
提示錯誤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 -----------
復制代碼


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


提示錯誤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 -----------
復制代碼
  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 -----------
復制代碼

解決方法:
我趕緊檢查有沒有裝curl的devel
  1. rpm -qa |grep curl
復制代碼

查了半天資料, 還是找到結(jié)果了, 只要以下包都安裝了, 就可以完美通過!
  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
復制代碼
個人

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

TOP

主要是讓像我這樣的菜鳥不走這么多彎路。。。
個人

TOP

留個記號
www.youhuole.com

TOP

返回列表