"J.J.Bailey" <[EMAIL PROTECTED]> wrote: > A few months ago I looked into dbm support too. I wasn't sure it was > working, so I started reading the code. This is from today's > snapshot, unchanged since earlier: > > muttley# find . -print | xargs fgrep use_dbm > ./src/include/radiusd.h:extern int use_dbm; > ./src/main/radiusd.c:int use_dbm = FALSE; > > I was unable to determine whether this flag needs to be set for dbm to > work or if it's simply unused.
It's unused. It should be deleted. Alan DeKok. Ok, I will try that and see what happens. Thanks a lot for the help, Brad I changed the value in ./src/main/radiusd.c:int use_dbm = FALSE; to TRUE, ran make and make install in the same directory as radiusd.c and there was no change. I probably did not do something right. Do I need to go back to the raddb directory and run make/make install there? That Makefile did not refer to radiusd.c like the Makefile in /src/main/ did. I am a little out of my league on this, but need to get it going sometime, so much thanks for the help! Brad - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
