Difference between revisions of "Zaptel installation for MOR FREE LiveCD 0.5"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: At first install LiveCD to your HDD, then execute: apt-get update aptitude -f --with-recommends dist-upgrade<br> shutdown -r now<br> apt-get -y install linux-headers-`uname -r` bison ...)
 
Line 15: Line 15:
  make install
  make install
  make config
  make config
Then recompile Asterisk.

Revision as of 08:50, 28 January 2008

At first install LiveCD to your HDD, then execute:

apt-get update
aptitude -f --with-recommends dist-upgrade
shutdown -r now
apt-get -y install linux-headers-`uname -r` bison openssl libssl-dev libeditline0 libeditline-dev libedit-dev libnewt-dev
cd /usr/src wget http://downloads.digium.com/pub/zaptel/zaptel-1.4.8.tar.gz tar xzvf zaptel-1.4.8.tar.gz
ln -s /usr/src/zaptel-1.4.8 /usr/src/zaptel
cd /usr/src/zaptel
make clean ./configure make make install make config

Then recompile Asterisk.