1、下载1.8.5源码
2、执行./bootstrap.sh
./bootstrap.sh
3、configure
./configure
不使用 prefix参数默认安装到/usr/local/freeswitch目录下,如果想安装到其他目录,如下:
./configure --prefix=/usr/local/freeswitch2
可能出现的错误:
<1>、no usable zlib; please install zlib devel package or equivalent
yum install zlib-devel -y
<2>、Library requirements (sqlite3 >= 3.6.20) not met;
yum install sqlite-devel -y
<3>、Library requirements (libcurl >= 7.19) not met;
yum install curl-devel -y
<4>、Library requirements (libpcre >= 7.8) not met;
yum install pcre-devel -y
<5>、Library requirements (speex >= 1.2rc1 speexdsp >= 1.2rc1) not met;
yum&nb

本文档详细介绍了如何在CentOS上通过源码编译安装FreeSWITCH 1.8.5。过程中会遇到如zlib, sqlite3, libcurl, libpcre, speex等依赖库的问题,需通过yum安装对应-devel包解决。编译阶段可能遇到yasm, nasm, PIC相关问题,需要相应调整和配置。对于mod_opus和mod_signalwire模块,若遇到问题,可选择注释掉modules.conf中的相关条目。"
100084389,2175895,Requests库的POST请求方式详解,"['Python编程', '接口测试', 'HTTP请求']
最低0.47元/天 解锁文章
6576

被折叠的 条评论
为什么被折叠?



