[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] GNUnet 0.7.0pre1 released
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] GNUnet 0.7.0pre1 released |
Date: |
Fri, 1 Apr 2005 11:30:54 -0500 |
User-agent: |
KMail/1.7.2 |
On Friday 01 April 2005 03:25, Glenn L McGrath wrote:
> On Thu, 31 Mar 2005 22:08:28 -0500
>
> Christian Grothoff <address@hidden> wrote:
> > * F2F topology does not yet work
>
> Just tried to experiment with it and im having trouble with this
> topology module.
>
> i.e.
> Apr 01 18:16:30 ERROR: 'lt_dlopenext' failed for library
> 'libgnunetmodule_topology' at dso.c:96 with error:
> libgnunetmodule_topology.so: cannot open shared object file: No such
> file or directory
Right, you need to tell GNUnet which topology to use. Add a line like this
to /etc/gnunet.conf:
[MODULES]
topology = "topology_default"
This means, that the core will automatically load "topology_default" if
someone requests a "topology".
> I notice there are 2 topology modules,
> libgnunetmodule_topology_default.so and libgnunetmodule_topology_f2f.so
>
> If f2f isnt working does that mean we should be using default or none at
> all (i.e. removing topology from applications in gnunet.conf) ?
Use default, you must have a topology.
Christian