中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

惠水县| 万安县| 横山县| 灵石县| 广河县| 全南县| 绍兴县| 东城区| 宁波市| 郯城县| 孟州市| 如皋市| 双柏县| 新绛县| 句容市| 济南市| 兴业县| 龙里县| 禄丰县| 习水县| 乡城县| 安化县| 登封市| 遂昌县| 温泉县| 小金县| 玉环县| 凤庆县| 安远县| 涿鹿县| 东兰县| 甘南县| 西畴县| 高雄县| 梁山县| 石屏县| 明水县| 宁远县| 遂宁市| 库车县| 焉耆|