Re: FreeRadius on Lynx OS 4
"Iandc Davies" <Iandc.Davies@Marconi.com> wrote: I'm starting to wonder if my login account is set up correct, as I didn't expect THIS much trouble.
Can you compile *anything* on that system? If not, there's no point trying to build FreeRADIUS.
I can create a small local offline program such as a simple client/server program that listens, however when compiling I had to change the options that I compile with from "cc name.c -o name -lnsl -lsocket" to "cc name.c -o name". I didn't seem to recognizr the -lnsl + -lsocket linker options. Ian Davies {02476 564662} Internal (x740 4662) IMS-SIPAC Software Development Engineer |---------+---------------------------------------------> | | "Alan DeKok" <aland@ox.org> | | | Sent by: | | | freeradius-devel-bounces@lists.fre| | | eradius.org | | | | | | | | | 11/08/2005 17:38 | | | Please respond to FreeRadius | | | developers mailing list | | | | |---------+--------------------------------------------->
----------------------------------------------------------------------------------------------| | | | To: FreeRadius developers mailing list <freeradius-devel@lists.freeradius.org> | | cc: | | Subject: Re: FreeRadius on Lynx OS 4 | ----------------------------------------------------------------------------------------------|
"Iandc Davies" <Iandc.Davies@Marconi.com> wrote:
I'm starting to wonder if my login account is set up correct, as I didn't expect THIS much trouble.
Can you compile *anything* on that system? If not, there's no point trying to build FreeRADIUS. The configure & build system for FreeRADIUS is designed to be very forgiving. If you can compile programs on your OS, it *should* work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
"Iandc Davies" <Iandc.Davies@Marconi.com> wrote:
I can create a small local offline program such as a simple client/server program that listens, however when compiling I had to change the options that I compile with from "cc name.c -o name -lnsl -lsocket" to "cc name.c -o name". I didn't seem to recognizr the -lnsl + -lsocket linker options.
That makes compiling anything MUCH harder. The short answer is you're probably going to have to hack the FreeRADIUS build system to work on your platform. Alan DeKok.
participants (2)
-
Alan DeKok -
Iandc Davies