Compile Requirements

• GCC (version 3.x or later)
• Kernel source
• Kernel headers
• bison
• openssl, openssl-devel, libssl-devel
• libnewt
• ncurses-devel - Required by menuselect
• libtermcap-devel - Required by asterisk
• zlib-devel - Dependency of DUNDi used by Asterisk

All the required packages are natively supported by Εngstrφm Linux distribution except ncurses-devel,
libtermcap-devel, zlib-devel.
To install those packages, download the source and do the following steps:

6.1.1 Installing ncurses-devel

Extract the package

# gunzip -c ncurses.tar.gz | tar -tvf -


Compile and install the package

# cd ncurses
# ./configure
# make
# make install


6.1.2 Installing libtermcap-devel

Extract the package

# gunzip -c libtermcap.tar.gz | tar -tvf -

Compile and install the package

# cd libtermcap
#. /configure
# make
# make install

6.1.3 Installing zlib-devel

Extract the package

# gunzip -c zlib.tar.gz | tar -tvf -

Compile and install the package

# cd zlib
# ./configure
# make
# make install







__________________________________________________________________________
Free Web Hosting