HBase Thrift 0.5.0 + PHP 五 安裝設定
Thrift 需要 C++ 的 libboost 函式庫, 以及 flex, libtool 方能運作 注意, 不能裝 php5, 不然會沒有設定檔 正常應輸出: 相关文章 相关视频 全栈 170W+ 主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门 入门 80W+ 主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门 实战 120W+ 主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习原文地址:
http://blog.kfchph.com/20-hbase-thrift-050-php5/系統環境與套件版本
1. 下載 Thrift 0.5.0
1
wget
ftp
://
ftp
.stu.edu.tw/Unix/Web/apache//incubator/thrift/0.5.0-incubating/thrift-0.5.0.
tar
.gz
2. 安裝 Thrift 相依套件
1
$?
sudo
?apt-get?
install
?libboost-dev automake libtool flex bison g++
3. 安裝需要的程式語言, 這裡安裝 Python & PHP
1
$?
sudo
?apt-get?
install
?python python-all-dev
2
$?
sudo
?apt-get?
install
?php5-dev
4. 於 Thrift 目錄執行環境設定檢測
1
$?
cd
?thrift0.5.0/
2
$ ./configure
01
thrift 0.5.0
02
?
03
Building code generators ..... : cpp java as3 csharp py rb perl php erl cocoa st ocaml hs xsd html js javame
04
?
专题推荐
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论