FreeDIAMETER packages the IETF RFC 6733 DIAMETER base protocol to provide an Authentication, Authorization, and Accounting (AAA) framework between the EPC elements- MME <S6a interface> HSS; Packet Gateway Control (PGWC) <Gx interface> PCRF.
I'm trying to install it on Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial
While trying to compile the package with cmake ../freeDiameter (All on ON)
I get this error. I don't know what package is missing.
/fDbuild# cmake ../freeDiameter/
-- Checking for module 'jsoncpp'
-- No package 'jsoncpp' found
CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
extensions/dict_json/CMakeLists.txt:7 (PKG_CHECK_MODULES)
Hi,
I'm trying to install it on Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial
While trying to compile the package with cmake ../freeDiameter (All on ON) I get this error. I don't know what package is missing.
/fDbuild# cmake ../freeDiameter/ -- Checking for module 'jsoncpp' -- No package 'jsoncpp' found CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal) extensions/dict_json/CMakeLists.txt:7 (PKG_CHECK_MODULES)