Ubuntu中安装freeswitch,./configure的时候出现问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu中安装freeswitch,./configure的时候出现问题相关的知识,希望对你有一定的参考价值。
checking openssl/tls1.h presence... yes
configure: WARNING: openssl/tls1.h: present but cannot be compiled
configure: WARNING: openssl/tls1.h: check for missing prerequisite headers?
configure: WARNING: openssl/tls1.h: see the Autoconf documentation
configure: WARNING: openssl/tls1.h: section "Present But Cannot Be Compiled"
configure: WARNING: openssl/tls1.h: proceeding with the compiler's result
configure: WARNING: ## ---------------------------------- ##
configure: WARNING: ## Report this to bugs@freeswitch.org ##
configure: WARNING: ## ---------------------------------- ##
checking for openssl/tls1.h... no
configure: WARNING: OpenSSL include files were not found
configure: error: OpenSSL and associaed developement headers required
apt-get -y install build-essential automake autoconf git-core wget libtool
apt-get -y install libncurses5-dev libtiff-dev libjpeg-dev zlib1g-dev libssldev libsqlite3-dev
apt-get -y install libpcre3-dev libspeexdsp-dev libcurl4-openssl-dev libopus-dev
然后重新./configure 参考技术A vim Makefile 看看里面的内容是否有install 对应的执行语句。
有些软件只需要make即可。追问
INSTALL = /usr/bin/install -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
Makefile 文件内容是这样的
以上是关于Ubuntu中安装freeswitch,./configure的时候出现问题的主要内容,如果未能解决你的问题,请参考以下文章
freeswitch在新安装的debian上使用要安装哪些额外包软件