[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How to build contrib pw-radius?
- To: openldap-technical@openldap.org
- Subject: How to build contrib pw-radius?
- From: dev <devuan.2@gmail.com>
- Date: Wed, 30 Sep 2015 17:48:31 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=yxCqjKF7Yj5uChKRFSXPCYFQzGCanSyAgxgztOuteAY=; b=X0kocvk4UYcHdGJFU8bYyxmw+8tbuEisGxONtDrfYrQuVDz2BT1h1/hVYQeH6xjExF jTSoK0BAwW0xI/eCjfg/upLsjAXU+xpPF14hDrz6pjsxomvmvEtWvZlX37jZ27eUW1n6 jHx+gCaeSkfOmt5CpNCH7evDbgWkmFkTIg1qhUDwmcgJOrVgsIcDA4BLMrbU4bHOQayi UeCGvhBR9osdgpNVn9HPdUsx/XAgJcUwXawIPw/OPfjIS8qtQr8iHp4uV2xzsQiE0GjS Rf7/C2NGkDKNq6+FF2PgZBFcaARtOM5ISMES9QxvxlgAE26EPDsfpm38PcszP6lFto8/ /srg==
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
Hi,
I'm trying to build the pw-radius module in the contrib directory but
can't seem to find the right library to add to the incantation.
I've tried installing the freeradius-dev package as well as the
libradiusclient-ng-dev but still no radlib.h. A google on the error
message[1] returns *exactly* two results so I'm kind of at a loss.
Can someone point me in the direction of the correct radius package to
install to get this built?
[1]
test# gcc -shared -I../../../include -Wall -g -o pw-radius.so radius.c
-lradius
radius.c:27:20: fatal error: radlib.h: No such file or directory
compilation terminated.