Difference between revisions of "FreeBSD 11"

From VoIPmonitor.org
Jump to navigation Jump to search
(Created page with "''note:tested on 64bit release with voipmonitor 23.7 sources with freebsd 11.1 and 11.2 and built with clang'' '''Install packages''' pkg install git libpcap libogg libvorb...")
 
Line 5: Line 5:
 
  pkg install git libpcap libogg libvorbis unixODBC mysql57-client gmake wget snappy harfbuzz-icu fftw3 json-c rrdtool lzo2 gnutls libgcrypt libssh gccmakedep pkgconf libdbi bash
 
  pkg install git libpcap libogg libvorbis unixODBC mysql57-client gmake wget snappy harfbuzz-icu fftw3 json-c rrdtool lzo2 gnutls libgcrypt libssh gccmakedep pkgconf libdbi bash
  
'' For FreeBSD 11.1 you need to install clang6 and set CXX in Makefile''
+
'' For FreeBSD 11.1 you need to install clang6 and set CXX in Makefile'' (after configure)
  
 
  pkg install llvm60
 
  pkg install llvm60

Revision as of 12:16, 19 February 2019

note:tested on 64bit release with voipmonitor 23.7 sources with freebsd 11.1 and 11.2 and built with clang


Install packages

pkg install git libpcap libogg libvorbis unixODBC mysql57-client gmake wget snappy harfbuzz-icu fftw3 json-c rrdtool lzo2 gnutls libgcrypt libssh gccmakedep pkgconf libdbi bash

For FreeBSD 11.1 you need to install clang6 and set CXX in Makefile (after configure)

pkg install llvm60
CXX=/usr/local/bin/clang++60

Download configure and build voipmonitor

git clone https://github.com/voipmonitor/sniffer.git

cd sniffer
./configure
gmake


  • Startup script and other settings you can use from FreeBSD101.