Asterisk 1.8.2.3 prereq. please

hi,im installing asterisk 1.8.2.3 on my debian server and im having some errors.

here is my asterisk prereq:

apt-get -y install linux-headers-uname -r
apt-get -y install build-essential
apt-get -y install libncurses5-dev
apt-get -y install libcurl3-dev
apt-get -y install libvorbis-dev
apt-get -y install libspeex-dev
apt-get -y install unixodbc
apt-get -y install unixodbc-dev
apt-get -y install libiksemel-dev
apt-get -y install wget
apt-get -y install vim
apt-get -y install bison
apt-get -y install libssl-dev
apt-get -y install libnewt-dev
apt-get -y install zlib1g-dev
apt-get -y install procps
apt-get -y install gcc
apt-get -y install make
apt-get -y install binutils
apt-get -y install doxygen
apt-get -y install ftp

did i miss something?

What are the errors you’re getting when you’re trying to install Asterisk?

Sorry for the late reply Malcolmd,ok here is my scenario;

  1. I download 'asterisk 1.8.2.3.tar.gz.
  2. Unpack it using the command " tar xvf".
  3. Ran the prereq.
  4. Compiled asterisk with the command “./configure”

And finally when i use the "make’ command i get these errors below :

CC=“cc” CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILE NT="–silent" makeopts
make[1]: Entering directory /usr/src/asterisk-1.8.2.3/menuselect' make[1]:makeopts’ is up to date.
make[1]: Leaving directory `/usr/src/asterisk-1.8.2.3/menuselect’
menuselect/menuselect --check-deps menuselect.makeopts


The existing menuselect.makeopts file did not specify
that ‘app_dahdibarge’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘app_dahdiras’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘app_flash’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘app_meetme’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘app_page’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘cdr_pgsql’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘cdr_sqlite3_custom’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘cel_pgsql’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘cel_sqlite3_custom’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘chan_dahdi’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘codec_dahdi’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘res_config_pgsql’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.



The existing menuselect.makeopts file did not specify
that ‘res_timing_dahdi’ should not be included. However, either some
dependencies for this module were not found or a
conflict exists.

Either run ‘make menuselect’ or remove the existing
menuselect.makeopts file to resolve this issue.


make: *** [menuselect.makeopts] Error 255

maybe its something that i have miss and im sorry about that,am still a beginner in the linux world and i guess Asterisk is not for kids. lolzz

Perhaps ./configure wasn’t run successfully. What was the final output of it? Did you see an Asterisk logo generated?

[quote=“y0_gesh”]Sorry for the late reply Malcolmd,ok here is my scenario;

  1. I download 'asterisk 1.8.2.3.tar.gz.
  2. Unpack it using the command " tar xvf".
  3. Ran the prereq.
  4. Compiled asterisk with the command “./configure”
    [/quote]

You didn’t mention that you have installed the dependency packages that prereq advised you to install. Did you install them?