Re: [Exim] Radius Broken??

Top Page
Delete this message
Reply to this message
Author: Chris Knipe
Date:  
To: exim-users, Suresh Ramasubramanian
Subject: Re: [Exim] Radius Broken??
It's FreeBSD 4.8-STABLE.

radiusclient.h is in /usr/local/include, and is found by ./configure
radiusclient.so and the associated files are in /usr/local/lib, and is found
by ./configure.

I just also symlinked it all into /usr/include / /usr/lib and it's still the
same...

From what I can see, the following is installed by radiusclient...
include/radiusclient.h
lib/libradiusclient.a
lib/libradiusclient.so
lib/libradiusclient.so.0.3

Compiling exim4.14 btw.. I tried with 4.12 but the same happens there as
well.

--
me

----- Original Message -----
From: "Suresh Ramasubramanian" <linux@???>
To: "Chris Knipe" <savage@???>; <exim-users@???>
Sent: Monday, April 28, 2003 5:22 AM
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

>