Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (ASCEND) Ascend radius installation



Hi,

In article <007b01bd9321$f2907840$500743cf@bear> you wrote:

>When I try to make the Radius daemon for RH5.0 Linux, I get a ton of errors.
>Here are the first few below.
[...]

These errors will go away if you remove the -ansi compiler 
option in the Makefile:
#CC=  gcc -ansi
CC=  gcc

and you'll probably have to add the crypt lib as well:
LIBS= -lcrypt $(AUTH_LIBS)

Hope it helps...

-- 
Oliver J. Albrecht      AllCon GmbH        http://www.allcon.net/
Network Administration  Westerallee 139    Tel:  +49 461 90393-0
olli@spike.allcon.net   D-24941 Flensburg  Fax:  +49 461 90393-33
++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>


References: