04-Dec-02 at 19:27, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote : > Trying to compile the rlm_dbm section of 0.8. When executing ./configure > while in the modules/rlm_dbm directory I get the following output. The > machine is FreeBSD version 4.6.2. > > Thanks to anyone who can help. > > creating cache ./config.cache > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether gcc accepts -g... yes > checking how to run the C preprocessor... gcc -E > checking for ndbm.h... yes > checking for dbm_open in -lndbm... no > checking for dbm_open in -lgdbm... no > configure: warning: FAILURE: rlm_dbm requires: (libndbm or libgdm). > configure: warning: silently not building rlm_dbm. > updating cache ./config.cache > creating ./config.status > creating Makefile
Looks like you don't have the db libraries, or the configure script hasn't been told where to find them, or your db libraries are not compatible with those that freeradius needs. -- |-Simon White, Internet Services Manager, Certified Check Point CCSA. |-MTDS Internet, Security, Anti-Virus, Linux and Hosting Solutions. |-MTDS 14, rue du 16 novembre, Agdal, Rabat, Morocco. |-MTDS tel +212.3.767.4861 - fax +212.3.767.4863 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
