debian: compile error

2002-04-09 Thread Ilja A Marchew

Hello freeradius-users.

I try to build debian package from radiusd-freeradius (0.5+cvs20020408-1)
with 'src/freeradius-snapshot-20020409# fakeroot debian/rules' command
and get this error:

rlm_dbm.c:27: gdbm/ndbm.h: No such file or directory

however, libgdbmg1-dev package has
/usr/include/gdbm-ndbm.h
file.

In rlm_dbm.c I found these lines:
#ifdef HAVE_GDBM_NDBM_H
#include gdbm/ndbm.h 
#endif 
   
#ifdef HAVE_GDBMNDBM_H 
#include gdbm-ndbm.h 
#endif 

where i must set HAVE_GDBMNDBM_H? what is my error?

(sorry for my awful english)

--
With respect,
 Ilja mailto:[EMAIL PROTECTED]


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



Re: debian: compile error

2002-04-09 Thread Chad Miller

On Tue, Apr 09, 2002 at 07:12:12PM +0400, Ilja A Marchew wrote:
 I try to build debian package from radiusd-freeradius (0.5+cvs20020408-1)
 with 'src/freeradius-snapshot-20020409# fakeroot debian/rules' command
 and get this error:
 
 rlm_dbm.c:27: gdbm/ndbm.h: No such file or directory

The autoconf test is broken.  
 
 where i must set HAVE_GDBMNDBM_H? what is my error?

You can force it in the source, or try CVS in a few days.

- chad

-- 
Chad Miller [EMAIL PROTECTED]
url: http://www.advogato.org/person/cmiller/
  ``Having a smoking section in a restaurant is 
like having a peeing section in a pool.''

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