The pre-requisites are from Page 39, of the book:
Asterisk, The Future Of Telephony
ISBN-10: 0-596-51048-9
ISBN-13: 978-0-596-51048-0
Orderable book:
http://www.oreilly.com/catalog/9780596510480/
Free Legal Downloadable PDF:
http://downloads.oreilly.com/books/9780596510480.pdf
Package Name:
Bold lists listed package reqs, italics are what I have.
Pre-reqs in the book are for a Centos 4.4 system, different package names for Ubuntu users.
GCC 4.x.x
my ver: gcc version 4.2.3
gcc and make are included in build-essentials
sudo apt-get install build-essential
ncurses-devel
my ver: libncurses5, and libncurses5-dev
sudo apt-get install libncurses5 libncurses5-dev
libtermcap-devel
my ver: partially obsolete, linked to ncurses on 8.04
Kernel Development Headers
performed: sudo apt-get install linux-headers-`uname -r`
Kernel Development Headers(SMP)
taken care by above command-worked on my 8.04
GCC C++ 3.x
gcc and make are included in build-essentials
taken care of by:: sudo apt-get install build-essential
OpenSSL(optional)
taken care of by:: apt-get install libssl-dev
newt-devel(optional)
taken care of by:: apt-get install libnewt-dev
zlib-devel(optional)
taken care of by: apt-get install zlib1g zlib1g-dev
unixODBC; unixODBC-devel
taken care of by: apt-get install unixodbc unixodbc-dev
libtool(optional; recommended)
taken care of by: apt-get install libtool
GNU make (version 3.80) or higher
came installed in my Ubuntu 8.04, ver: GNU Make 3.81
gcc and make are included in build-essentials
sudo apt-get install build-essential
---------------------------------
These are the packages that are needed, before downloading, compiling, and installing
the following packages:
Asterisk 1.4:
http://downloads.digium.com/pub/asterisk/asterisk-1.4-current.tar.gz
Libpri 1.4:
http://downloads.digium.com/pub/libpri/libpri-1.4-current.tar.gz
Zaptel 1.4:
http://downloads.digium.com/pub/zaptel/zaptel-1.4-current.tar.gz
---------------------------------
Thursday, June 5, 2008
Subscribe to:
Posts (Atom)
