栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

Qpid C++ Broker 安装

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Qpid C++ Broker 安装

本文说明Qpid C++ Broker在Ubuntu 18.04系统下的安装过程

1. 系统环境
  1. 硬件平台:x86_64,CPU和内存数量没有硬性要求,我测试的虚拟机配置时1CPU2Core,4G RAM
  2. 操作系统:Ubuntu Desktop 18.04.3 Minimal安装
2. 安装版本
  1. Qpid Proton: qpid-proton-0.36.0.tar.gz
  2. Qpid C++: qpid-cpp-1.39.0.tar.gz
  3. Qpid Python: qpid-python-1.37.0.tar.gz
3. 安装过程

参考qpid-cpp-1.39.0/INSTALL.txt

3.1 依赖项安装
序号分组名称文档最低版本实际安装版本
1Librariesboost1.41(1.33)1.65.1
2Librarieslibuuid2.192.31.1
3Librariespkgconfig0.210.29.1
4AMQP 1.0Qpid proton-c0.50.36.0
5XML exchangexqilla2.0.02.3.3
6XML exchangexerces-c2.7.03.2.0
7SSLnss3.35
8SSLnspr4.18
9RDMAlibibverbs1.117.1
10RDMAlibrdmacm1.017.1
11ruby bindingruby and ruby devel2.5.1
12ruby bindingswig3.0.12
13C++ compilergcc4.1.27.5.0
14build directly from the SVN repositoryCmake2.6.43.10.2
15build directly from the SVN repositoryGNU make3.8.04.1
16build directly from the SVN repositoryhelp2man1.36.41.47.6
17build directly from the SVN repositorydoxygen1.5.11.8.13
18build directly from the SVN repositorygraphviz2.122.40.1
19build directly from the SVN repositoryruby 1.81.8.42.5.1
20build directly from the SVN repositorypython 2.x2.4.32.7.17
21QMF bindings for Ruby and Pythonruby-devel2.5.1
22QMF bindings for Ruby and Pythonpython-devel2.7.17
23QMF bindings for Ruby and Pythonswig1.3.353.0.12
24Qpid ProtonCMake3.813.10.2
25Qpid ProtonGCC4.8.47.5.0
26Qpid ProtonCyrus SASL2.12.1.27
27Qpid ProtonOpenSSL1.01.1.1
28Qpid ProtonJsonCpp1.81.7.4
29Qpid ProtonPython2.72.7.17
30Qpid ProtonSwig1.33.0.12
31Qpid ProtonRuby1.92.5.1
32Qpid ProtonGo1.111.17.5
sudo apt install build-essential
sudo apt install libboost-all-dev
sudo apt install uuid-dev
sudo apt install cmake
sudo apt install libxqilla-dev
sudo apt install libnss3-dev
sudo apt install librdmacm-dev
sudo apt install ruby-dev
sudo apt install swig
sudo apt install help2man
sudo apt install doxygen
sudo apt install graphviz
sudo apt install libsasl2-dev
sudo apt install libssl-dev 
sudo apt install libjsoncpp-dev
#sudo apt install golang
# 包管理安装的go版本太低,可到官网下载安装
sudo apt install yard
sudo apt install python3-sphinx
sudo apt install python3-setuptools
sudo apt install python3-wheel
sudo apt install python3-pip
3.2 安装Qpid Proton

Qpid AMQP 1.0 版本协议支持依赖此库

tar -xvf qpid-proton-0.36.0.tar.gz
cd qpid-proton-0.36.0
mkdir build
cd build
cmake ..
make -j4
sudo make install
3.3 安装Qpid C++

包含C++版本的Broker和客户端库,以及一组Broker管理工具命令(Python实现)。

tar -xvf qpid-cpp-1.39.0.tar.gz
cd qpid-cpp-1.39.0/
mkdir bld
cd bld
cmake ..
make -j4
sudo make install
3.4 安装Qpid Python

Qpid C++ Broker的管理工具依赖Qpid Python API

tar -xvf qpid-python-1.37.0.tar.gz 
cd qpid-python-1.37.0/
sudo python setup.py install
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/675211.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号