91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Centos7.3中怎么編譯安裝grpc

發布時間:2021-07-12 14:36:43 來源:億速云 閱讀:529 作者:Leah 欄目:云計算

這期內容當中小編將會給大家帶來有關Centos7.3中怎么編譯安裝grpc,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

相關工具

yum install -y gcc gcc-c++ autoconf libtool
yum groupinstall -y "Development Tools"

下載源碼

git clone https://github.com/grpc/grpc.git
cd grpc
git submodule update --init

編譯安裝protobuf

cd third_party/protobuf/
./autogen.sh
./configure
make
make install
ldconfig # refresh shared library cache.
which protoc
protoc --version

autogen.sh里需要下載Google Code的代碼,需要保障其能被訪問

編譯安裝grpc

cd ../..
make

問題:

/root/git/grpc/bins/opt/grpc_cpp_plugin: error while loading shared libraries: libprotoc.so.15: cannot open shared object file: No such file or directory

解決辦法:

echo $LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/lib/:/root/git/grpc/libs/opt/
make
make install

測試C++ Demo

cd examples/cpp/helloworld
make

問題:

Package protobuf was not found in the pkg-config search path.
Perhaps you should add the directory containing `protobuf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'protobuf' found

解決辦法:

echo $PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/root/git/grpc/libs/opt/pkgconfig:/root/git/grpc/third_party/protobuf
make
./greeter_server &
./greeter_client

上述就是小編為大家分享的Centos7.3中怎么編譯安裝grpc了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

高要市| 阿合奇县| 双牌县| 炉霍县| 马公市| 逊克县| 玉环县| 临洮县| 内乡县| 墨江| 乐平市| 个旧市| 瓦房店市| 台州市| 楚雄市| 噶尔县| 静海县| 临清市| 陆河县| 南雄市| 台北县| 邮箱| 门头沟区| 水富县| 托克托县| 电白县| 菏泽市| 饶河县| 文安县| 海林市| 独山县| 金川县| 大庆市| 玉树县| 洪泽县| 平罗县| 抚松县| 台中县| 西青区| 崇明县| 鄢陵县|