FreeBSD 11: Difference between revisions
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...") |
No edit summary |
||
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 11: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
- 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 https://github.com/voipmonitor/sniffer.git cd sniffer ./configure gmake
- Startup script and other settings you can use from FreeBSD101.