编译freeswitch1.10.5版本时,报错 3.0… configure: error: no usable spandsp; please install spandsp3
解决步骤:
1、安装spandsp
cd /usr/local/src/freeswitch-1.10.5.-release
git clone https://github.com/freeswitch/spandsp.git
cd spandsp
./configure
make
make install
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH}
ldconfig
2、安装sofia-sip
cd /usr/local/src/freeswitch-1.10.5.-release
git clone https://github.com/freeswitch/sofia-sip.git
c

本文提供了解决Freeswitch1.10.5版本编译时遇到的“configure:error:nousablespandsp”错误的方法。通过安装spandsp和sofia-sip组件并重新编译Freeswitch来解决问题。
最低0.47元/天 解锁文章
6492





