Re: Debian compilation problems

2003-08-14 Thread Sevcik Berndt
Thanks for the help it works now. But you have to change the lines in src/modules/rlm_dbm/configure (line 1445 and 1566). Chaning it in confugre.in and then running autoconf has not worked. No idea why. Regards Berndt On Fri, 2003-08-08 at 10:00, Nicolas Baradakis wrote: > Paul Hampson wrote: >

Re: Debian compilation problems

2003-08-14 Thread Nicolas Baradakis
En réponse à Sevcik Berndt : > Thanks for the help it works now. > > But you have to change the lines in src/modules/rlm_dbm/configure (line > 1445 and 1566). Chaning it in confugre.in and then running autoconf has > not worked. No idea why. configure script is auto-generated using autoconf, so

RE: Debian compilation problems

2003-08-14 Thread Paul Hampson
> From: Paul Hampson > Sent: Saturday, 9 August 2003 9:51 AM > On Fri, Aug 08, 2003 at 11:55:46AM +0200, Sevcik Berndt wrote: > > Thanks for the help it works now. > > > > But you have to change the lines in src/modules/rlm_dbm/configure (line > > 1445 and 1566). Chaning it in confugre.in and the

Re: Debian compilation problems

2003-08-14 Thread Jan Berkel
Sevcik Berndt wrote: I tried to comile an actual deb Package of the current CVS freeradius version with dpkg-buildpackage. Shortly after the begin the process stops with checking for gdbm/ndbm.h... no checking for gdbm-ndbm.h... yes checking for dbm in default lib... no checking for dbm_open in -l

RE: Debian compilation problems

2003-08-10 Thread Paul Hampson
> 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:

Re: Debian compilation problems

2003-08-09 Thread Paul Hampson
On Fri, Aug 08, 2003 at 11:55:46AM +0200, Sevcik Berndt wrote: > Thanks for the help it works now. > > But you have to change the lines in src/modules/rlm_dbm/configure (line > 1445 and 1566). Chaning it in confugre.in and then running autoconf has > not worked. No idea why. That's because (as fa

Re: Debian compilation problems

2003-08-08 Thread Nicolas Baradakis
Paul Hampson wrote: > > Jan Berkel wrote: > > > > > > 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 cor

Re: Debian compilation problems

2003-08-07 Thread Nicolas Baradakis
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_

Debian compilation problems

2003-08-06 Thread Sevcik Berndt
I tried to comile an actual deb Package of the current CVS freeradius version with dpkg-buildpackage. Shortly after the begin the process stops with checking for gdbm/ndbm.h... no checking for gdbm-ndbm.h... yes checking for dbm in default lib... no checking for dbm_open in -lndbm... no checking f