(PM) Radius compile problem (fwd)

Lance Arbuckle (pm3@dns1.triadntr.net)
Wed, 17 Jun 1998 15:54:05 -0400 (EDT)

I posted this a few days ago to portmaster-radius but never saw it hit the
list, so here it is again. All help greatly appreciated....

Hi,

I'm trying to compile Radius 2.0.1 on a RedHat 4.2 Linux system and am
having difficulties. I have edited the Makefile for shadow passwd support
but when I run "make EXT=Linux_2.0 build" I get the errors shown below.
Anybody got any ideas on how to fix this

[root@dns1 src]# make EXT=Linux_2.0 build
mkdir -p ./Linux_2.0
gcc -c -o Linux_2.0/acct.o -O ./acct.c
gcc -c -o Linux_2.0/attrprint.o -O ./attrprint.c
gcc -c -o Linux_2.0/dict.o -O ./dict.c
gcc -c -o Linux_2.0/log.o -O ./log.c
gcc -c -o Linux_2.0/md5.o -O ./md5.c
gcc -c -o Linux_2.0/menu.o -O ./menu.c
gcc -c -o Linux_2.0/users.o -O ./users.c
In file included from ./users.c:51:
users.h:39: ndbm.h: No such file or directory
make: *** [Linux_2.0/users.o] Error 1
[root@dns1 src]#

*********************************
*** Exerpt from Makefile ***

#
CC = gcc
COPT = -O
CPPFLAGS =
#CPPFLAGS = -DNOSHADOW
LIBS = $(RADLIBS)

*************************************************************************
* Lance C. Arbuckle ISP & Internet Consulting *
* Triad Internet Systems, Inc. Voice 1-910-760-4850 *
* 1350 Ashley Square E-Mial lca@triadntr.net *
* Winston-Salem, NC 27103 http://www.triadntr.net *
*************************************************************************

-
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/>