This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the
Tiki community
Thu 20 of Dec, 2007 [16:12 UTC]
|
- Download and untar asterisk, zaptel, and libpri releases from http://www.asterisk.org into /usr/src
[root@b2 src]# wget -c http://ftp.digium.com/pub/asterisk/
old-releases/asterisk-1.2.10.tar.gz
[root@Ana17 src]# wget -c http://ftp.digium.com/pub/zaptel/
releases/zaptel-1.2.8.tar.gz
[root@Ana17 src]# wget -c http://ftp.digium.com/pub/libpri/
libpri-1.2.3.tar.gz
- Create symbolic links
[root]# cd /usr/src
[root]# ln -s asterisk-1.2.10 asterisk
[root]# ln -s zaptel-1.2.8 zaptel
[root]# ln -s libpri-1.2.3 libpri
- Compile libpri to ensure no problems exist at this point
- cd /usr/src/libpri
- make clean
- make install
- Compile zaptel to ensure no problems exist at this point
- cd /usr/src/zaptel
- make clean
- make install; I found and fixed this problem.
- Compile asterisk to ensure no problems exist at this point
- cd /usr/src/asterisk
- make clean
- make install
Created by: mike
last modification: Thursday 26 of October, 2006 [02:08:20 UTC] by mike
|
|
[ Execution time: 1.40 secs ] [ Memory usage: Unknown ] [ 23 database queries used ] [ GZIP Disabled ] [ Server load: 6.61 ]