[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] some trouble with gnunet (cant find anything /gnunet-s
From: |
N. Durner |
Subject: |
Re: [Help-gnunet] some trouble with gnunet (cant find anything /gnunet-stats wont work) |
Date: |
Sat, 19 Jul 2003 15:12:13 +0100 |
Hi Thomas,
> Jul 18 12:01:17 ERROR: not a pkcs-1 block type 2 (size=256, *tmp=91)!
Perhaps it's a problem with the internal encryption.
Please install OpenSSL, get the GNUnet source from
http://www.ovmj.org/GNUnet/download.php3, uncompress it , cd to the source
directory and type:
---
./configure --without-gtk --with-crypto
make
make install
---
("--without-gtk" in case you haven't GTK installed)
Then try again.
If the problem is solved, please type:
---
./configure --without-gtk
make check
---
and report the output of "make check".
If not, check whether there are two versions of GNUnet on your system. The
command sequence above installs in /usr/local/bin and /usr/local/lib.
Thanks,
Nils