[Asterisk-Users] Asterisk stable how to compile ?

Glenn Dalgliesh asterisk at techhat.com
Mon Mar 1 10:40:15 MST 2004


I have been doing the following and it seems to work fine# cd /usr/src#
export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot# cvs login		-
the password is anoncvs.# cvs checkout zaptel libpri# cvs checkout -r
v1-0_stable asterisk     This will create just the asterisk directory.
Compiling them is generally quite straightforward. Just change to each
directory and type make install, in this order. Compile zaptel, then libpri,
and then asterisk.
# cd zaptel# make clean ; make install# cd ../libpri# make clean ; make
install# cd ../asterisk# make clean ; make install----- Original
Message ----- 
From: "SamW" <swc at svtinc.com>
To: <asterisk-users at lists.digium.com>
Sent: Monday, March 01, 2004 11:50 AM
Subject: [Asterisk-Users] Asterisk stable how to compile ?


> I want to build a stable asterisk to run, if some one can guide through
> how to compile will be useful. Currently available documentation do not
> show any good information about a correct how to. According to the
> Asterisk Web site, it indicate to download the Stable 1.0 use the
> following, cvs checkout -r v1-0_stable asterisk.  But Asterisk won't
> build on its own, it needs libpri and zaptel.
>
> There are 2 places to download libpri and zaptel,
>
> 1. CVS
> cvs checkout libpri zaptel
> 2. Use Download site, following 2 locations,
> ftp://ftp.asterisk.org/pub/telephony/libpri/libpri-0.5.2.tar.gz
> ftp://ftp.asterisk.org/pub/telephony/zaptel/zaptel-0.8.1.tar.gz
>
>
> Which one of the 2 above should be used for a stable Asterisk build. (I
> do not use digium hardware)
>
> I am currently seeing lot of segmentation faults (core-dump) when I
> running asterisk. Help is appreciated.
>
> - SamW
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>




More information about the asterisk-users mailing list