FreeBSD 11
Jump to navigation
Jump to search
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
- FreeBSD 11.1: After that all is compiled but linker had this problem: missing libdl.so.1, so I copied the /usr/lib/libdl.so.1 from the 11.2 and the linker is okay with that.
- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231979
Download configure and build voipmonitor
git clone -b master https://github.com/voipmonitor/sniffer.git OR git clone -b develop https://github.com/voipmonitor/sniffer.git cd sniffer ./configure gmake
- Startup script and other settings you can use from FreeBSD101.