All pastes #695836 Raw Edit

zaptel update

public text v1 · immutable
#695836 ·published 2007-09-13 15:28 UTC
rendered paste body
yum install kernel-devel
sed -i s/rw_lock/rwlock/ /usr/src/kernels/`uname -r`-`uname -m`/include/linux/spinlock.h
cd /usr/src
wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.20.1.tar.gz
tar xzf zaptel-1.2.20.1.tar.gz
cd zaptel-1.2.20.1
make clean
make
make install
reboot