环境说明

  • centos7.6 docker 容器

过程

wget https://www.pjsip.org/release/2.9/pjproject-2.9.zip
unzip pjproject-2.9.zip
cd pjproject-2.9
chmod +x configure aconfigure
yum install gcc gcc-c++ make -y
make dep
make
make install
yum install centos-release-scl
yum install rh-python36

参考