Baixando o Asterisk
wget -c http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz
Descompactando e Instalando
tar -xvzf asterisk-13-current.tar.gz
cd asterisk-13.7.0
./configure
make && make install
Erros comuns
configure: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing)
Solução:
yum install ncurses*
-
configure: error: *** uuid support not found (this typically means the uuid development package is missing)
Solução:
yum install uuid uuid-devel libuuid-devel
-
configure: error: *** JSON support not found (this typically means the libjansson development package is missing)
Solução:
Baixar última versão da biblioteca jansson no site http://www.digip.org/.
-
configure: *** The Asterisk menuselect tool requires the 'libxml2' development package.
configure: *** Please install the 'libxml2' development package.
Solução:
yum install libxml2 libxml2-devel
-
configure: error: *** Asterisk now uses SQLite3 for the internal Asterisk database.
Solução:
yum install sqlite-devel
Nenhum comentário:
Postar um comentário