bug-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-GNUnet] openssl bug


From: Christian Grothoff
Subject: Re: [bug-GNUnet] openssl bug
Date: Mon, 6 Dec 2004 10:08:08 -0500
User-agent: KMail/1.7.1

On Saturday 04 December 2004 12:42, Octávio Filipe Gonçalves wrote:
> Hi,
>
> while try to do ./configure for the latest version of GnuNet i found the
> following error:
>
> checking for build target...
> checking for libgcrypt... checking for libgcrypt-config... no
> checking for LIBGCRYPT - version >= 1.2.0... no
> checking for RSA_generate_key in -lcrypto... no
> configure: error: GNUnet needs libgcrypt or OpenSSL
> address@hidden GNUnet]$
>
> but...
>
> address@hidden gnunet]# openssl version
> OpenSSL 0.9.7c 30 Sep 2003
> address@hidden gnunet]#
>
> maybe there is some problems with configure?

Maybe, maybe not.  We don't need the openssl binary (which you clearly have), 
but the openssl library (which you likely have) including headers (which you 
may not have) and in a location where we look for it (which you definitively 
do not have).  Try "which openssl".  If that gives you 
say /usr/local/bin/openssl, add "--with-crypto=/usr/local" to the configure 
line.  Only if you have libcrypto and the SSL-headers in /usr (without local) 
configure should auto-detect it.

HTH

Christian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]