compile errors due to rlm_counter.c?

2002-02-25 Thread Nick Davis
I downloaded the CVS snapshot freeradius-snapshot-20020225 and went to compile it with these flags: ./configure --localstatedir=/var --sysconfdir=/etc --with-thread-pool --with-mysql-include-dir=/usr/include/mysql/ --with-mysql-lib-dir=/usr/lib/ --with-mysql-dir=/usr/bin/mysql/ the configure

Re: compile errors due to rlm_counter.c?

2002-02-25 Thread Alan DeKok
Nick Davis [EMAIL PROTECTED] wrote: the configure went perfectly. The problems came when I started the make. Here are the errors that it reported: rlm_counter.c: In function `counter_instantiate': rlm_counter.c:330: `GDBM_NOLOCK' undeclared (first use in this function) rlm_counter.c:330:

Re: compile errors due to rlm_counter.c?

2002-02-25 Thread Alan DeKok
Andrew Kelaidis [EMAIL PROTECTED] wrote: I have similars problems with counter module. When I try to run configure I got the following message: counter module require gdbm Have you tried looking at 'config.log', as was suggested on the list earlier today? Alan DeKok. - List

Re: compile errors due to rlm_counter.c?

2002-02-25 Thread Nick Davis
grumble It's obviously too much for me to expect that gdbm doesn't have massive variations between versions. Upgrade your gdbm libraries header files. The latest version is 1.8 The alternative is to go back to the previous version of the 'counter' module. I'll try to put an