Well, I can't get it to compile. I get the following message:
make: *** No rule to make target `../radius/src/sdacmvls.h', needed by
`radiusd'. Stop.
The following is a list of the src directory of the radius sources
[markw@xena src]$ ls
Makefile conf.h log.c menu.c radiusd.c users.h
acct.c dbmkeys.c make.inc radclient.c radpass.c util.c
attrprint.c dbmrec.c md5.c radius.h securid.c version.c
builddbm.c dict.c md5.h radiusc.c users.c
And the following is at the beginning of the make.inc file in the src
directory.
HEADERS = $(SRC_DIR)/conf.h $(SRC_DIR)/md5.h $(SRC_DIR)/radius.h \
$(SRC_DIR)/users.h $(SRC_DIR)/sdacmvls.h \
$(SRC_DIR)/sdconf.h $(SRC_DIR)/sdi_athd.h \
$(SRC_DIR)/sdi_size.h $(SRC_DIR)/sdi_type.h
As you can see it calls for a number of headers that are not included in
the radius source tree.
Am I missing something?? Where can I get these header files??
Thanks
Mark