22 Jun
2005
22 Jun
'05
4:47 a.m.
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