centos上freeswitch 1.8.5 源码编译安装

本文档详细介绍了如何在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请求']

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值