Oleg M. Golovanov wrote:

> gcc  -g -O2 -pthread -D_THREAD_SAFE -DOPENSSL_NO_KRB5   -Wall 
> -D_GNU_SOURCE -DNDEBUG  -I../../include  -c rlm_counter.c -o rlm_counter.o
> rlm_counter.c:38: gdbm.h: No such file or directory

It looks like the compiler didn't find the libgdbm headers on your
system. Did you install these headers? Depending on the distribution,
you need to install a package named gdbm-devel, libgdbm-dev, or
something like that.

-- 
Nicolas Baradakis
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to