Jan Berkel wrote: > Sevcik Berndt wrote: > > > checking for dbm_open in -lgdbm_compat... yes > > configure: warning: FAILURE: rlm_dbm requires: (libndbm or libgdm). > > configure: error: set --without-rlm_dbm to disable it explicitly. > > configure: error: ./configure failed for src/modules/rlm_dbm > > this happens when using a new version of libgdbm (libgdbm3), but > apparently on some systems the package builds ok (if an old version is > still installed and hasn't been removed). > > try changing line 70 in src/modules/rlm_dbm/configure.in: > - if test "x$ac_cv_lib_gdbm_dbm_open" != "xyes"; then > + if test "x$ac_cv_lib_gdbm_compat_dbm_open" != "xyes"; then
... and after that run autoconf to generate a correct configure script. It's the second time the problem shows up on the mailing lists, it would be nice if a maintainer of freeradius corrects it in the CVS. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
