Hi Alan,
You the man. Thanks for the information. The libs build as you
described, and radiusd loads them on start-up.
Thanks,
Brendan.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 9:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Radius Daemon on NT
"Brendan Holmes" <[EMAIL PROTECTED]> wrote:
> Has any body out there successfully build and run RADIUS on NT with
> Cygwin tools ? If so, I would very much like to know how you managed
to
> build the rlm_*.so modules. My builds keep resulting in these modules
> built as rlm_*.a, archive files, rather than shared objects, and hence
> the radius daemon can't find these modules on start-up.
So build it statically:
./configure --disable-shared
make
make install
> PS. I'm currently using 0.1, because the configure step fails 0.2 or
the
> latest CVS snapshot :(
From what you posted earlier, it's because you've got the developer
flag enabled, which add a number of compile-time warnings to the C
compiler. To fix that, do:
./configure --disable-developer
make
make install
Of course, you can pass both options to 'configure', too.
Alan DeKok.
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html