Hi! I'd first check if the correct version of guile (and development headers) was installed when you ran configure. Also, it sounds like the graphical support libraries (GTK, ncurses) were not found (hence gnunet-setup tries to fall back to text mode by default). Finally, did you run "make install"? That should have placed the libgnunetsetup_text.so file into some directory ending in "lib/GNUnet/". The error message says that the plugin is not found, which of course causes problems.
Given that you don't mention your operating system or details about your configuration, this is a bit hard to diagnose. If you join #gnunet on IRC, I'm sure someone there can help you further faster. Best, Christian On Monday 23 March 2009 07:26:02 am Frank Doege wrote: > Hi People, > > i have compiled gnunet and tried to run the setup, i always get: > > ERROR: `lt_dlopenext' failed for library `libgnunetsetup_text' with > error: libgnunetsetup_text.so: cannot open shared object file: No such > file or directory > FATAL: `config' is not available. > > i tried the most recent version and the svn version. > > does anyone knows what todo ? it also doesnt recognize the -d option, > says invalid option. > > Thanks > > Frank -- Christian Grothoff Assistant Professor Department of Computer Science University of Denver _______________________________________________ Help-gnunet mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnunet
