• News
  • Idefisk
  • Tools
  • Tutorials
  • Forum
  • Reviews
  • VoIP Providers
  • Archives
  • Gallery
ZOIPER SIP softphone

The forum for asterisk and voip discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tutorial: Compile Asterisk 1.4.13 / Debian4.0r1(Linux2.6.18)

 
Post new topic   Reply to topic     Forum Index -> Installation and compilation of asterisk
View previous topic :: View next topic  
Author Message
supercrevette



Joined: 26 Oct 2007
Posts: 5

PostPosted: Fri Oct 26, 2007 7:20 pm    Post subject: Tutorial: Compile Asterisk 1.4.13 / Debian4.0r1(Linux2.6.18) Reply with quote

After a lot of night and tries Rolling Eyes, I finally compile Asterisk Very Happy to help some beginners - like me - follow the nexts commands :

------------------------------------------------
[logged as root]

apt-get install make
apt-get install gcc
apt-get install g++
apt-get install bison
apt-get install linux-sources-2.6.18
apt-get install linux-headers-2.6.18-5-686
apt-get install libncurses5-dev

apt-get update
apt-get upgrade

cd /usr/src/
mkdir asterisk/
cd asterisk/
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.13.tar.gz
tar -xvf asterisk-1.4.13.tar.gz
wget http://downloads.digium.com/pub/libpri/libpri-1.4.2.tar.gz
tar -xvf libpri-1.4.2.tar.gz
wget http://downloads.digium.com/pub/zaptel/zaptel-1.4.6.tar.gz
tar -xvf zaptel-1.4.6.tar.gz

cd libpri-1.4.2/
make clean
make
make install

cd zaptel-1.4.6/
make clean
make
make install
make config

cd asterisk-1.4.13/
make clean
./configure
make install
make samples
make config

reboot
------------------------------------------------

Asterisk is now compiled and installed... => Enjoy it !
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Installation and compilation of asterisk All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™