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

無(wú)標(biāo)題文檔
wdCP系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說明,演示,常見問題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說明,演示,常見問題,使用手冊(cè))
wdOS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說明,演示,常見問題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說明,演示,常見問題,使用手冊(cè))
注冊(cè) 發(fā)貼 提問 回復(fù)-必看必看 wddns免費(fèi)智能 DNS 開通 本地或虛擬機(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ā)帖
提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會(huì)讓你更快解決問題
1 提供詳細(xì),如系統(tǒng)版本,wdcp版本,軟件版本等及錯(cuò)誤的詳細(xì)信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動(dòng)設(shè)置等

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

[教程] ImageMagick 程序的安裝教程

有大量圖片的論壇,這個(gè)玩意特別有用,特別是Discuz! 論壇,用來(lái)處理縮略圖和水印的圖像處理庫(kù)。GD 是最廣泛的處理庫(kù)但是使用的系統(tǒng)資源較多。ImageMagick 速度快系統(tǒng)資源占用少,所以本次推薦使用并安裝,因?yàn)楸容^簡(jiǎn)單,所以就不帖圖片了。
1、運(yùn)行PUTTY,登錄后運(yùn)行一下命令行:
# wget http://downloads.jmagick.org/6.4.0/ImageMagick-6.4.0-0.tar.gz
2、過上幾分中下載完后,繼續(xù)接連運(yùn)行下面的命令:
# tar xzvf  ImageMagick-6.4.0-0.tar.gz
# cd ImageMagick-6.4.0
# ./configure --prefix=/usr/local/ImageMagick.6.4 --enable-shared --without-perl
# make
# make install
配置環(huán)境變量如下
進(jìn)入編輯文件:/etc/profile
添加:
export LD_LIBRARY_PATH=:/usr/local/lib:/usr/local/ImageMagick.6.4/lib
export DYLD_LIBRARY_PATH=:/usr/local/lib:/usr/local/ImageMagick.6.4/lib
export CLASSPATH=$CLASSPATH:/usr/local/lib

最后在論壇后臺(tái)填寫ImageMagick路徑如下完工:
/usr/local/ImageMagick.6.4/bin

以上經(jīng)測(cè)試,完全運(yùn)行正常。

在哪個(gè)環(huán)境上的測(cè)試?
看清提問三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

回復(fù) 2# admin


    在lnamp 2.4,0722的版本上測(cè)試成功。

TOP

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

TOP

當(dāng)前版本: wdcp_v2.5.r53(20120821)
apache+php+mysql
測(cè)試成功

TOP

最后那個(gè)配置環(huán)境變量怎么弄啊 我是小白能不能仔細(xì)點(diǎn)

TOP

最后兩部沒成功!誰(shuí)能幫忙解釋清楚下 小白啊!

TOP

回復(fù) 1# 精品七匹狼


   最后兩部能不能幫忙寫的清楚一些!

TOP

vi /etc/profile
最后添加
export LD_LIBRARY_PATH=:/usr/local/lib:/usr/local/ImageMagick.6.4/lib
export DYLD_LIBRARY_PATH=:/usr/local/lib:/usr/local/ImageMagick.6.4/lib
export CLASSPATH=$CLASSPATH:/usr/local/lib
保存,退出即可
看清提問三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

沒編輯那個(gè)文件也能用  不過按照老大的 改過了!

TOP

回復(fù)  精品七匹狼


   最后兩部能不能幫忙寫的清楚一些!
xinzol 發(fā)表于 2012-9-30 01:03



    ssh下這樣輸入:
  1. echo "export CLASSPATH=$CLASSPATH:/usr/local/lib">> /etc/profile
  2. echo "export DYLD_LIBRARY_PATH=:/usr/local/lib:/usr/local/ImageMagick.6.4/lib">> /etc/profile
  3. echo "export LD_LIBRARY_PATH=:/usr/local/lib:/usr/local/ImageMagick.6.4/lib">> /etc/profile
復(fù)制代碼

TOP

我在make的時(shí)候錯(cuò)誤是怎么了的..WDOS
In file included from ./magick/animate-private.h:26,
                 from magick/animate.c:44:
./magick/xwindow-private.h:27:21: error: X11/Xos.h: No such file or directory
./magick/xwindow-private.h:28:22: error: X11/Xlib.h: No such file or directory
./magick/xwindow-private.h:29:23: error: X11/Xatom.h: No such file or directory
./magick/xwindow-private.h:30:28: error: X11/cursorfont.h: No such file or directory
./magick/xwindow-private.h:31:24: error: X11/keysym.h: No such file or directory
./magick/xwindow-private.h:32:27: error: X11/Xresource.h: No such file or directory
./magick/xwindow-private.h:33:23: error: X11/Xutil.h: No such file or directory
In file included from ./magick/animate-private.h:26,
                 from magick/animate.c:44:
./magick/xwindow-private.h:142: error: expected specifier-qualifier-list before â

TOP

回復(fù) 4# admin


wdos    make后出錯(cuò)

make  all-am
make[1]: Entering directory `/root/ImageMagick-6.4.0'
/bin/sh ./libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./config  -I./ltdl -I./ltdl    -g -O2 -Wall -W -pthread -MT magick/magick_libMagickCore_la-animate.lo -MD -MP -MF magick/.deps/magick_libMagickCore_la-animate.Tpo -c -o magick/magick_libMagickCore_la-animate.lo `test -f 'magick/animate.c' || echo './'`magick/animate.c
In file included from ./magick/animate-private.h:26,
                 from magick/animate.c:44:
./magick/xwindow-private.h:27:21: error: X11/Xos.h: No such file or directory
./magick/xwindow-private.h:28:22: error: X11/Xlib.h: No such file or directory
./magick/xwindow-private.h:29:23: error: X11/Xatom.h: No such file or directory
./magick/xwindow-private.h:30:28: error: X11/cursorfont.h: No such file or directory
./magick/xwindow-private.h:31:24: error: X11/keysym.h: No such file or directory
./magick/xwindow-private.h:32:27: error: X11/Xresource.h: No such file or directory
./magick/xwindow-private.h:33:23: error: X11/Xutil.h: No such file or directory
In file included from ./magick/animate-private.h:26,
                 from magick/animate.c:44:
./magick/xwindow-private.h:142: error: expected specifier-qualifier-list before a

TOP

回復(fù) 13# viki


   http://www.imagemagick.org/script/install-source.php#unix

TOP

好東西,留名啦

TOP

返回列表