Re: (PM) Radius

Roy Jackson (tull@mail.camalott.com)
Mon, 1 Feb 1999 12:42:21 -0600 (EST)

add the -lcrypt to the LIB definition file
radius/src/conf/Linux_2.0 file.

Before : LIBS=-ldb
After : LIBS=-ldb -lcrypt

Also you need to change the sys_errlist def in radiusd/scr/conf.h
Before : extern char*sys_errlist[];
After : /* extern char*sys_errlist[]; */

On Sat, 30 Jan 1999, rts@rdr.net wrote:
> I just tried compiling Radius 2.0.1 under RedHat Linux 5.2 with kernel 2.0.36.
>
> I got the following error message:
>
> [root@taz src]# make EXT=Linux_2.0 build
> gcc -c -o Linux_2.0/acct.o -O ./acct.c
> In file included from radius.h:37,
> from ./acct.c:53:
> conf.h:58: conflicting types for `sys_errlist'
> /usr/include/stdio.h:221: previous declaration of `sys_errlist'
> make: *** [Linux_2.0/acct.o] Error 1
>
> I have searched the archives and have found various posts on the matter but
> none with a definite answer.
> What can I do to fix this error???
>
-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>