Re: [Exim] Radius Broken??

Top Page
Delete this message
Reply to this message
Author: Suresh Ramasubramanian
Date:  
To: Chris Knipe, exim-users
Subject: Re: [Exim] Radius Broken??
At 04:47 AM 4/28/2003 +0200, Chris Knipe wrote:
>auths/auths.a(call_radius.o): In function `auth_call_radius':
>call_radius.o(.text+0x93): undefined reference to `rc_openlog'
>call_radius.o(.text+0xa0): undefined reference to `rc_read_config'
>call_radius.o(.text+0xcc): undefined reference to `rc_conf_str'
>call_radius.o(.text+0xd2): undefined reference to `rc_read_dictionary'
>call_radius.o(.text+0xf5): undefined reference to `rc_avpair_add'
>call_radius.o(.text+0x11f): undefined reference to `rc_avpair_add'
>call_radius.o(.text+0x147): undefined reference to `rc_avpair_add'
>call_radius.o(.text+0x1a0): undefined reference to `rc_auth'
>*** Error code 1
>
>I installed radiusclient 0.3.2 and also have FreeRadius 0.8.1 installed -
>both working....


If that is redhat, the header files etc are usually in a separate -devel
RPM, say radiusclient-devel-*.rpm

Install that first and then recompile Exim.

         srs