Re: GNUnet Error
Arnaud Kyheng <[email protected]> Sun, 10 Jun 2007 15:57:39 +0200
| Newsgroups | gmane.network.gnunet.bugs |
|---|---|
| Message-ID | <[email protected]> |
PS: Or the Ubuntu packages from Gutsy: https://launchpad.net/ubuntu/gutsy/+source/gnunet Arnaud Kyheng a écrit : > Hi John, > > Your installation is in a weird state. It looks like you try to install > the 0.7.0e Ubuntu package and GNUnet tries to use UPnP which is only > supported in the 0.7.1c binaries. It seems to me that there is a > previous installation of the 0.7.1c source of GNUnet which isn't cleaned > and conflict with the installation of the Ubuntu binary package. > > You could try to: > 1/ clean every trace of GNUnet by invoking: > "sudo aptitude purge gnunet" > and > "sudo make uninstall" in the source directory if available. > 2/ install the Ubuntu package by doing: > "sudo aptitude install gnunet" > > If you want the latest version of gnunet, you could try the latest > Debian packages from http://packages.debian.org/unstable/net/gnunet and > install them manually using dpkg. > > Arnaud > > > Christian Grothoff a écrit : >> Looks like some packaging error (necessary files not included). Also, the >> version that you downloaded is rather ancient (0.7.0e), the version I find on >> the ubuntu website is 0.7.1c. >> >> A simple workaround maybe to disable "UPNP" in /etc/gnunetd.conf and to >> remove "http" from TRANSPORTS, then the installation may succeed. Note that >> the old version may not do too well connecting to the network (hostlists >> outdated, etc.). >> >> My 2 cents >> >> Christian >> >> On Friday 08 June 2007 18:08, John Doe wrote: >>> Operating System: Ubuntu 7.04 >>> Note I tried to install from the source, and it configured (meaning I >>> had all the dependencies), maked, and sudo maked installed, but didn't >>> run. Then I tried the *.deb. >>> Error installing GNUnet using apt-get: >>> >>> The following NEW packages will be installed: >>> gnunet >>> 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. >>> Need to get 0B/804kB of archives. >>> After unpacking 2814kB of additional disk space will be used. >>> Preconfiguring packages ... >>> Selecting previously deselected package gnunet. >>> (Reading database ... 120929 files and directories currently installed.) >>> Unpacking gnunet (from .../gnunet_0.7.0e-4ubuntu1_i386.deb) ... >>> Setting up gnunet (0.7.0e-4ubuntu1) ... >>> Migrating previous GNUnet data (gnunet-update) >>> ERROR: `lt_dlopenext' failed for library `libgnunetmodule_upnp' with >>> error: libgnunetmodule_upnp.so: cannot open shared object file: No >>> such file or directory >>> ERROR: The UPnP service could not be loaded. To disable UPnP, set the >>> configuration option "UPNP" in section "UDP" to "NO" >>> ERROR: `lt_dlopenext' failed for library `libgnunetmodule_upnp' with >>> error: libgnunetmodule_upnp.so: cannot open shared object file: No >>> such file or directory >>> ERROR: The UPnP service could not be loaded. To disable UPnP, set the >>> configuration option "UPNP" in section "TCP" to "NO" >>> ERROR: `lt_dlopenext' failed for library `libgnunettransport_http' >>> with error: libgnunettransport_http.so: cannot open shared object >>> file: No such file or directory >>> ERROR: Could not load transport plugin `http' >>> ERROR: `lt_dlopenext' failed for library >>> `libgnunetmodule_sqstore_sqlite' with error: >>> libgnunetmodule_sqstore_sqlite.so: cannot open shared object file: No >>> such file or directory >>> Segmentation fault (core dumped) >>> dpkg: error processing gnunet (--configure): >>> subprocess post-installation script returned error exit status 139 >>> Errors were encountered while processing: >>> gnunet >>> E: Sub-process /usr/bin/dpkg returned an error code (1) >>> >>> Please email me the answer on the post and link it back in this email >>> so I can help debug it. >>> >>> Thanks. >>> >>> >>> _______________________________________________ >>> Bug-GNUnet mailing list >>> [email protected] >>> http://lists.gnu.org/mailman/listinfo/bug-gnunet >> > >