Problem with rlm_counter in compiling

2005-12-21 Thread Rafael Roldán
Hy all, I am trying to install freeradius 1.0.5 in a solaris 8 machine. When I run make, I obtain the following error: ... rlm_counter.c:38:18: gdbm.h: No such file or directoryrlm_counter.c:84: parse error before "GDBM_FILE"rlm_counter.c:84: warning: no semicolon at end of struct or

Re: Problem with rlm_counter in compiling

2005-12-21 Thread Michael Mitchell
Do you need to use rlm_counter? If not, you can simply delete the rlm_counter directory and run configure again then make, or delete rlm_counter from the MODULES item in Make.inc, and run make again. The problem is that the compiler can't find gdbm.h. It may not be installed on your system,

Re: Problem with rlm_counter in compiling

2005-12-21 Thread Rafael Roldán
mailing list freeradius-users@lists.freeradius.org Sent: Wednesday, December 21, 2005 11:41 AM Subject: Re: Problem with rlm_counter in compiling Do you need to use rlm_counter? If not, you can simply delete the rlm_counter directory and run configure again then make, or delete rlm_counter from