首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我在Ubuntu中安装freeswitch有问题

我在Ubuntu中安装freeswitch有问题
EN

Stack Overflow用户
提问于 2021-07-14 00:24:25
回答 1查看 71关注 0票数 0

我试着安装Freeswitch我做到了

代码语言:javascript
复制
./bootstrap.sh
./configure

但当我这么做的时候

代码语言:javascript
复制
make

上面写着

代码语言:javascript
复制
Entering directory '/usr/src/freeswitch/src/mod/databases/mod_pgsql'
Makefile:958: *** You must install libpq-dev to build mod_pgsql.  Stop.
make[4]: Leaving directory '/usr/src/freeswitch/src/mod/databases/mod_pgsql'
make[3]: *** [Makefile:714: mod_pgsql-all] Error 1
make[3]: Leaving directory '/usr/src/freeswitch/src/mod'
make[2]: *** [Makefile:615: all-recursive] Error 1
make[2]: Leaving directory '/usr/src/freeswitch/src'
make[1]: *** [Makefile:3680: all-recursive] Error 1
make[1]: Leaving directory '/usr/src/freeswitch'

我试着用sudo apt-get install libpq-dev安装libpg-dev,然后再试一次

代码语言:javascript
复制
./bootstrap.sh
./configure
make

它给了我同样的错误。

EN

回答 1

Stack Overflow用户

发布于 2021-07-14 11:48:20

我猜是出了什么问题。

代码语言:javascript
复制
sudo apt-get install libpq-dev #for installing libpq-dev
sudo apt-get update            #for updating system
sudo apt-get upgrade           #for upgrading system
sudo chmod +x bootstrap.sh     #make the bash file executable
sudo chmod +x configure        #make the bash file executable
./bootstrap.sh                 #run bootstrap
./configure                    #run configure
make

我不知道make是做什么的。所以,我只是像你写的那样写。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68366145

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档