Displaying 9 results from an estimated 9 matches for "sha1_version".
2001 Jan 08
3
openssl not found
I have linux kernel 2.4.0, openssl 0.95a installed to /usr/local/ssl.
./configure errors with:
./configure --with-openssl=/usr/local/ssl --with-openssl-include=/usr/local/
ssl/include --with-openssl-lib=/usr/local/ssl/lib
.......
checking for SHA1_version in -lcrypto... no
configure: error: It seems like OpenSSL is not installed on this system.
Tried setting vars OPENSSL_DIR and SSL_BASE, still no go.
Have I missed something here?
-
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site:...
2007 May 22
1
Almost working
...sing problems.
I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following,
$./configure
...
checking openssl/evp.h usability... yes
...
checking for openssl/engine.h... yes
checking for SHA1_version in -lcrypto... no
configure: error: OpenSSL libraries not found.
dc@IBM-LAPTOP /c/tincdevel/tinc
$
I did however get it to compile successfully in Cygwin but it would load with a "Invalid name for myself." error.
Thanks
Dan Powers
Guus Sliepen <guus@tinc-vpn.org> wrote: On Mon,...
2004 Jan 19
2
compile openssl under MinGW
Hi,
i'm trying ti compile tinc under MinGW.
I get an error compiling OpenSSL-0.9.7c.
Can any one help me?
thanks dario
Dario Rizzoli
Network & System Administrator
I.C.E. srl
Via Impar? inf. 7a
20040 Usmate Velate (MI)
--
TINC development list, tinc-devel@nl.linux.org
Archive: http://mail.nl.linux.org/tinc-devel/
2003 Jun 02
1
Help with compilation problems
Hi,
I am trying to install tinc-1.0pre8 on my RH 9.0 (kernel 2.4.20-13.9)
system. I have already installed Openssl (v0.9.7a).
When i try to run the ./configure script, it stops at the follwing check
---SNIP--
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for OpenSSL_add_all_algorithms... no
checking for SSLeay_add_all_algorithms... no
configure: error: Missing required OpenSSL functionality!
I read the following on some mailing list
"
Your method of testing for the presence of...
2003 Jun 25
1
help with compiling on Mac OSX
Hello -
I'm a complete newbie with command line stuff and i'm trying to compile the tinc source on osx
10.2.6 but i'm getting this error when i use ./configure:
...
...
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for OpenSSL_add_all_algorithms... yes
checking for dlopen... no
checking for dlopen in -ldl... no
configure: error: OpenSSL depends on libdl.
I don't really know what it means. I'm guessing it has to do with the fact that...
2003 Feb 06
2
OpenSSL compile problem
Hi,
I'm using tinc for ~ 2 years now and I'm very happy with it (thanks to the makers - this is very good program to use). Anyway everytime I build I have this odd problem and until now I always found a way to solve it but now I'm really stuck. I'm trying to build tinc-pre7 and I always reach to this error on configure:
---------------------
checking for RAND_pseudo_bytes... no
2009 May 15
2
Trouble with Tinc at make level
...h presence... yes
checking for openssl/sha.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SHA1_version in -lcrypto... yes
checking for dlopen... yes
checking for RAND_pseudo_bytes... yes
checking for EVP_EncryptInit_ex... yes
checking whether OpenSSL_add_all_algorithms is declared... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress...
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
...he newsgroup). So here is it
again.
My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5
Autoconf tools: autoconf-2.57-3, automake-1.6.3-5
1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails..
When I do a ./configure, it aborts saying:
--Snip--
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for OpenSSL_add_all_algorithms... no
checking for SSLeay_add_all_algorithms... no
configure: error: Missing required OpenSSL functionality!
2. So i followed a suggestion from someone and downloaded the cvs version,
and ran autogen....
2003 Aug 04
1
OpenBSD 3.2 and Release 1
...nssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/sha.h usability... yes
checking openssl/sha.h presence... yes
checking for openssl/sha.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking for SHA1_version in -lcrypto... yes
checking for dlopen... yes
checking for RAND_pseudo_bytes... yes
checking for EVP_EncryptInit_ex... yes
checking whether OpenSSL_add_all_algorithms is
declared... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compres...