Linus Nordberg <linus(a)sunet.se> wrote
Wed, 02 Aug 2017 15:14:47 +0200:
git clone -b maint-1.6
https://git.nordu.net/radsecproxy.git
cd radsecproxy && ./configure && make clean check
Oh, there's no configure in the repo. Please run autogen.sh as well:
cd radsecproxy && sh autogen.sh && ./configure && make clean
check