On Friday 01 April 2005 03:25, Glenn L McGrath wrote: > On Thu, 31 Mar 2005 22:08:28 -0500 > > Christian Grothoff <[EMAIL PROTECTED]> 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 _______________________________________________ GNUnet-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnunet-developers
