• Home
  • Downloads
  • Contact Us
  • Report Broken Link
Friday, May 9, 2025
  • Login
lessons4you.info
  • Videos
  • Downloads
  • Help
    • Contact Us
    • Report Broken Link
No Result
View All Result
  • Videos
  • Downloads
  • Help
    • Contact Us
    • Report Broken Link
No Result
View All Result
Lessons4you.info
No Result
View All Result

Install Google Chrome PDF Viewer Plugin on Chromium

How to Update Galaxy Ace 3 (LTE) S7275R with Android 4.2.2 XXUAMK1 Jelly Bean Official Firmware

Asterisk Installation: Common Issues

by
December 11, 2021
in Uncategorized
Reading Time: 3 mins read
A A
Share on FacebookShare on Twitter

Common issues you may run into while compiling Asterisk, DAHDI, or LibPRI. Most of the issues you’ll run into have to do with missing dependencies. If that is the case, please review “Asterisk Software Dependencies” to make sure you’ve installed everything you need.

Note: Any time you install additional packages, you will need to run the ./configure script in your Asterisk source in order for the new package to be detected.

-bash: wget: command not found

This message means you have not installed the wget application, which is required for you to download packages from the Asterisk downloads site, for Asterisk to download sound files, or for DAHDI to download firmware for hardware.
ubuntu/Debian:

1
2
3
 
$ sudo apt-get install wget
 

CentOS/RedHat:

1
2
3
 
$ sudo yum -y install wget
 

configure: error: no acceptable C compiler found in $PATH

This means that the Asterisk configure script is unable to find your C compiler, which typically means you have not yet installed one. Be sure to install the gcc package for your system.
ubuntu/Debian:

1
2
3
 
$ sudo apt-get install gcc
 

CentOS/RedHat:

1
2
3
 
$ sudo yum install gcc
 

make: gcc: command not found

This means that the Asterisk configure script is unable to find your C compiler, which typically means you have not yet installed one. Be sure to install the gcc package for your system.
ubuntu/Debian:

1
2
3
 
$ sudo apt-get install gcc
 

CentOS/RedHat:

1
2
3
 
$ sudo yum install gcc
 

configure: error: C++ preprocessor “/lib/cpp” fails sanity check

This error is presented by the Asterisk configure script when you have not installed the GCC C++ preprocessor.
Ubuntu/Debian:

1
2
3
 
$ sudo apt-get install g++
 

CentOS/RedHat:

1
2
3
 
$ sudo yum install gcc-c++
 

configure: error: *** Please install GNU make. It is required to build Asterisk!

This error is encountered when you have not installed the make application, which is required to build Asterisk.
Ubuntu/Debian:

1
2
3
 
$ sudo apt-get install make
 

CentOS/RedHat:

1
2
3
 
$ sudo yum install make
 

configure: *** XML documentation will not be available because the ‘libxml2’ development package is missing.

You will encounter this error when the XML parser libraries are not installed. These are required by Asterisk 1.8 and later, since console documentation (e.g., when you run core show application dial on the Asterisk CLI) is generated from XML.
Ubuntu/Debian:

1
2
3
 
$ sudo apt-get install libxml2-dev
 

CentOS/RedHat:

1
2
3
 
$ sudo yum install libxml2-devel
 

configure: error: *** termcap support not found

This error happens when you don’t have the ncurses development library installed, which is required by menuselect and for other console output in Asterisk.
Ubuntu/Debian:

1
2
3
 
$ sudo apt-get install ncurses-dev
 

CentOS/RedHat:

1
2
3
 
$ sudo yum install ncurses-devel
 

You do not appear to have the sources for the 2.6.18-164.6.1.el5 kernel installed.

You will get this error when attempting to build DAHDI without having installed the Linux headers, which are required for building Linux drivers.
Ubuntu/Debian:

1
2
3
 
$ sudo apt-get install linux-headers-`uname -r`
 

CentOS/RedHat:

1
2
3
 
$ sudo yum install kernel-devel
 

E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

If you encounter this error it’s likely that you forgot to prepend sudo to the start of the command you were running, which requires root permissions.

Previous Post

Install Google Chrome PDF Viewer Plugin on Chromium

Next Post

How to Update Galaxy Ace 3 (LTE) S7275R with Android 4.2.2 XXUAMK1 Jelly Bean Official Firmware

Related Posts

How To Install The TWRP Recovery on Xiaomi Redmi 1s
Uncategorized

How To Install The TWRP Recovery on Xiaomi Redmi 1s

May 14, 2022
MIUI Collection Of Gapps (2.3.x – 5.0.x)
Uncategorized

MIUI Collection Of Gapps (2.3.x – 5.0.x)

May 14, 2022
Download Android 5.1.x Lollipop PA Gapps
Uncategorized

Download Android 5.1.x Lollipop PA Gapps

May 15, 2022
Download gapps for Android 5.1 Lollipop Cyanogemod 12.1
Uncategorized

Download gapps for Android 5.1 Lollipop Cyanogemod 12.1

May 14, 2022
Reddit AMA with OxygenOS Team OnePlus
Uncategorized

Reddit AMA with OxygenOS Team OnePlus

May 14, 2022
How to Remove Adobe Updater from OS X Menu Bar?
Uncategorized

How to Remove Adobe Updater from OS X Menu Bar?

July 19, 2023
Next Post

How to Update Galaxy Ace 3 (LTE) S7275R with Android 4.2.2 XXUAMK1 Jelly Bean Official Firmware

  • Home
  • Downloads
  • Contact Us
  • Report Broken Link

© 2022 lessons4you.info

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Videos
  • Downloads
  • Help
    • Contact Us
    • Report Broken Link

© 2022 lessons4you.info