/
Open Source - Installing Dependencies for newt-Based Menuselect
Open Source - Installing Dependencies for newt-Based Menuselect
To get the newt-basedmenuselectworking, you need to have thelibnewtdevelopment libraries installed:
CentOS: sudo yum install libnewt-devel
Ubuntu: sudo apt-get install libnewt-dev
If you've previously usedmenuselectwith the curses interface, you need to rebuild. You can do this with the following commands:
# cd ~/src/asterisk-X.X.XX
# make distclean
# ./configure
# make menuselect
# make
# make install
# make config
#make samples
For more detail information about how install asterisk from source, please review the following page: Installing Asterisk From Source
Related content
Open Source - Cannot Install Asterisk-Addons With Asterisk 1.8 and Newer
Open Source - Cannot Install Asterisk-Addons With Asterisk 1.8 and Newer
More like this
Open Source - How to Download and Compile Asterisk on CentOS
Open Source - How to Download and Compile Asterisk on CentOS
More like this
Open Source - Asterisk 22 on Debian 12 with official Sangoma FreePBX package repository
Open Source - Asterisk 22 on Debian 12 with official Sangoma FreePBX package repository
More like this
Open Source - How do you install AsteriskNOW without FreePBX?
Open Source - How do you install AsteriskNOW without FreePBX?
More like this
Build Single Asterisk Module
Build Single Asterisk Module
More like this
Open Source - Installing DAHDI
Open Source - Installing DAHDI
More like this