[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] Compile errors
From: |
Jay Dresser |
Subject: |
Re: [Help-gnunet] Compile errors |
Date: |
Fri, 31 Jan 2003 20:05:27 -0800 |
User-agent: |
Mutt/1.2.5.1i |
Thanks for your reply.
On Tue, Jan 28, 2003 at 04:26:39PM -0500, Blake Matheny wrote:
> The GNUnet from the ports system is out of date (eventually I'll get
> around to moving to 0.5.1 or so),
That'd be great.
> make sure to use 0.5.0 (with the patch if possible). If gdbm is
> installed in /usr/local/{include,lib} you will likely need to set
> the following environmental variables before running configure
> export LDFLAGS=-L/usr/local/lib export CPPFLAGS=-I/usr/local/include
I freshly untarred the main dir, applied patch, set the variables
above, and got the exact same error.
> I think the README file documents some of these things, but please
> let me know if you have any other issues.
All I see in the README regarding GDBM is:
GNUnet needs to store data in a simple database. We currently
support GDBM or TDB. You can also use a simple directory, but
this will be slow.
How do I make it use TDB? Or I'd even be willing to do the other
thing if it would make it work. I'd really like to support gnunet.
> -Blake
>
> Jay Dresser wrote:
> > I've just subscribed and hope someone can help. I am getting compile
> > errors. I am running FreeBSD 4.5. I freshly updated (cvsup all) my
> > ports directory and individually installed all the dependent packages
> > listed for gnunet.
> >
> > In the /usr/ports/net/gnunet directory, I can do make (version 0.4.6),
> > but I get an error in make install:
> >
> > ===> Registering installation for gnunet-0.4.6
> > "Makefile", line 20: Malformed conditional (defined(WITH_COMPAT) &&
> > ${WITH_COMPAT:L} != no)
> > "Makefile", line 23: if-less else
> > "Makefile", line 23: Need an operator
> > "Makefile", line 25: if-less endif
> > "Makefile", line 25: Need an operator
> > make: fatal errors encountered -- cannot continue
> >
> > I downloaded the 0.5.0 from ovmj. I can't get past ./configure, which
> > gives me:
> >
> > checking for gdbm_open in -lgdbm... no
> > configure: error: GNUnet needs gdbm
> > Exit 1
> >
> > .. even though in the above 0.4.6 make is says:
> >
> > checking for gdbm_open in -lgdbm... yes
> >
> > (I even checked by hand and the routine is in there).
> >
> > I'd really rather run 0.5.0.
> >
> > Very strange. Does anyone know what my problem might be? Thanks.
--
Jay Dresser / address@hidden
- Re: [Help-gnunet] Compile errors,
Jay Dresser <=