目前fastdfs支援類unix系統,在linux和freebsd下測試過,本文使用的是ubuntu10.4,建議安裝之前先簡單了解一下fastdfs的原理,這對後繼的配置部分會有很好的理解。
一、準備工作-安裝libevent
安裝步驟:
解壓 libevent ,然後進入解壓後的目錄分別執行:
#./configure --prefix=/usr#make
clean
#make
#make
install
#./configure --prefix=/usr make clean; make
make
install
安裝libevent完成。
二、安裝 fastdfs
sudotar vxzf fastdfs_v2.02.tar.gz /home/soar/fastdfs
sudo
tar vxzf fastdfs_v2.02.tar.gz /home/soar/fastdfs
3、由於要使用內建的 http 服務,因此編輯 fastdfs/make.sh 檔案,找到
#with_httpd=1修改成with_httpd=1以支援 http
5、在 fastdfs 目錄下,執行:
#sudo ./make.sh#sudo ./make.sh
#sudo ./make.sh
install
#sudo ./make.sh
install
如果執行如上命令後,在命令列資訊最後看到類似
#ln -fs /usr/local/lib/libfastcommon.so.1 /usr/local/lib/libfastcommon.so#ln -fs /usr/local/lib/libfdfsclient.so.1 /usr/local/lib/libfdfsclient.so
#sh ./fdfs_link_library.sh
#ln -fs /usr/local/lib/libfastcommon.so.1 /usr/local/lib/libfastcommon.so #ln -fs /usr/local/lib/libfdfsclient.so.1 /usr/local/lib/libfdfsclient.so sh ./fdfs_link_library.sh
恭喜你,已經安裝成功了!
FastDFS實戰 軟體安裝
fastdfs是c語言開發的應用。安裝必須使用 make cmake 和 gcc編譯器。yum install y make cmake gcc gcc c 上傳libfastcommon master 到 usr local tmp下。libfastcommon是從fastdfs和fastdht中...
FastDFS安裝使用實戰三(使用篇)
1 修改 fastdfs conf client.conf檔案,修改如下 可自定義,但此目錄必須存在,用於存放檔案上傳log http.tracker server port 8080 http.tracker server port 8090 支援http include http.conf in...
FastDFS安裝使用實戰三(使用篇)
keywords fastdfs 分布式檔案系統 ubuntu author soartju 1 修改 fastdfs conf client.conf檔案,修改如下 可自定義,但此目錄必須存在,用於存放檔案上傳log 支援http 2 進入 usr local bin 目錄,上傳檔案,執行 txt...