centos7.9源码编译rtpproxy2.2

  • 升级到gcc9,不然make会报错

yum install centos-release-scl -y
yum install devtoolset-9 -y

#临时覆盖系统原有的gcc引用
scl enable devtoolset-9 bash

# 查看gcc版本
gcc -v

  • 下载和编译rtpproxy

cd /usr/src

git clone -b rtpp-2.2 https://github.com/sippy/rtpproxy.git

cd rtpproxy

git  rtpproxy submodule update --init --recursive

./configure

make

make install

which rtpproxy

我的centos7.9不太干净,需要安装哪些依赖库和工具,现在没时间搞那么清楚

以上信息仅供参考

不建议用rtpproxy2.0版本

你可能感兴趣的:(rtpproxy)