> From: Nicolas Baradakis
> Sent: Thursday, 7 August 2003 7:19 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Debian compilation problems

> 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.

>From the description above, wouldn't this fix break attempts
to build with libgdbm2? Or was it just a typo the first time?

--
=========================================================
Paul "TBBle" Hampson
Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

This is a one line proof...if we start
sufficiently far to the left.
        -- Cambridge University Math Department
---------------------------------------------------------
Random signature generator 3.0 by Paul "TBBle" Hampson
=========================================================


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

Reply via email to