Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) Makefile for AIX
At 07:31 PM 1/6/98 +0100, Alex wrote:
>Hi,
>
>I need a Makefile for a RADIUS for the AIX.
This information was provided by Ascend's TAC:
>ON AIX 3.2.5.0
>In the Makefile :
>SRCDIR=.
>AUTH_SERVERS =
>SD_INCLUDES =
>AUTH_INCLUDES =
>AUTH_LIBS =
>CC = cc
>CFLAGS = -O -DNOSHADOW -Daix -DBINARY_FILTERS -DASCEND_SECRET
>-DASCEND_LOGOUT
> $(AUTH_SERVERS)
>LDFLAGS =
>LIBS = $(AUTH_LIBS)
>DBMLIBS = -ldbm
>In the file radisud.c
>
>Also, I discovered a bug in the Radius code in the file radiusd.c
>There is a missing # sign around line 93 in that file
># if defined(solaris)
>typedef unsigned long ulong
>#endif
>There should be a # sign before typedef unsigned long ulong, otherwise the
>unsigned long will always be defined as ulong even when not using the sys5
>compilation flag.
>
>Put in comments this block : struct rlimit rl;
> if ( getrlimit (RLIMIT_NOFILE, &rl) < 0 )
> return 256;
> else
> return rl.rlimit.max;
>In the file radipad.c, comment out the lines with the keyword "vsyslog".
Kevin
++ 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: