Skip to content

RaspberryPi CaptAgent

Lorenzo Mangani edited this page Jan 16, 2017 · 2 revisions

RaspberryPi CaptAgent

Install libuv

mkdir /usr/src/libuv
cd /usr/src/libuv
wget http://ftp.us.debian.org/debian/pool/main/libu/libuv/libuv0.10_0.10.28-6_armhf.deb
wget http://ftp.us.debian.org/debian/pool/main/libu/libuv/libuv0.10-dev_0.10.28-6_armhf.deb
dpkg -i libuv0.10_0.10.28-6_armhf.deb
dpkg -i libuv0.10-dev_0.10.28-6_armhf.deb

Compile CaptAgent

apt-get update
apt-get install -f git libexpat-dev libpcap-dev m4 autoconf chkconfig libjson0-dev libtool automake flex bison libuv-dev chkconfig openssl libssl-dev -y
cd /usr/src
git clone https://github.com/sipcapture/captagent.git captagent
cd captagent
./build.sh
./configure --enable-ssl --enable-compression 
make && make install