Gnunet-setup doesnt run

View: New views
5 Messages — Rating Filter:   Alert me  

Gnunet-setup doesnt run

by Frank Doege :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



_______________________________________________
Help-gnunet mailing list
Help-gnunet@...
http://lists.gnu.org/mailman/listinfo/help-gnunet

signature.asc (202 bytes) Download Attachment

Re: Gnunet-setup doesnt run

by Christian Grothoff-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
Help-gnunet@...
http://lists.gnu.org/mailman/listinfo/help-gnunet

AW: Re: Gnunet-setup doesnt run

by Frank Doege :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

i use Debian Linux Lenny 64bit amd, i have compiled this and did a make install, the library does not
exist not when i do a svn install or a tarball one.

nowhere i could find that library. (did a find -name / ...)

any ideas ?

thx

frank


-----Ursprüngliche Nachricht-----
Von: Christian Grothoff [mailto:grothoff@...]
Gesendet: Mittwoch, 25. März 2009 21:19
An: help-gnunet@...
Cc: Frank Doege
Betreff: UNS: Re: [Help-gnunet] Gnunet-setup doesnt run

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
Help-gnunet@...
http://lists.gnu.org/mailman/listinfo/help-gnunet

Re: AW: Re: Gnunet-setup doesnt run

by Christian Grothoff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'd say first look at README.debian and install all of the packages listed
there. Then re-run configure.  What does configure say at the end in terms of
features that will (or will not) be compiled?  That should give us a big
hint...

Christian

On Thursday 26 March 2009 12:32:20 am Frank Doege wrote:

> Hi,
>
> i use Debian Linux Lenny 64bit amd, i have compiled this and did a make
> install, the library does not exist not when i do a svn install or a
> tarball one.
>
> nowhere i could find that library. (did a find -name / ...)
>
> any ideas ?
>
> thx
>
> frank
>
>
> -----Ursprüngliche Nachricht-----
> Von: Christian Grothoff [mailto:grothoff@...]
> Gesendet: Mittwoch, 25. März 2009 21:19
> An: help-gnunet@...
> Cc: Frank Doege
> Betreff: UNS: Re: [Help-gnunet] Gnunet-setup doesnt run
>
> 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



_______________________________________________
Help-gnunet mailing list
Help-gnunet@...
http://lists.gnu.org/mailman/listinfo/help-gnunet

Re: AW: Re: Gnunet-setup doesnt run

by Nils Durner-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Frank,

> nowhere i could find that library. (did a find -name / ...)
>  
The curses based frontend depends on the dialog library (see
configure.ac/config.log).
To see what frontends are available, type:

    gnunet-setup --help

On Windows, the output usually looks like this:

    gnunet-setup [OPTIONS] config|generate-defaults|wizard-qt

which means that the curses based frontend is also not available and you
would have to use "wizard-qt":

    gnunet-setup -d wizard-qt



HTH,

Nils


_______________________________________________
Help-gnunet mailing list
Help-gnunet@...
http://lists.gnu.org/mailman/listinfo/help-gnunet