jengyic / slowhttptest

Automatically exported from code.google.com/p/slowhttptest
Apache License 2.0
1 stars 0 forks source link

OpenSSL problem during configure - BT5 RC1 #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tool will not compile. States "OpenSSL missing". Output below:

root@bt:/pentest/web/slowhttptest-1.2# ./configure 
-prefix=/pentest/web/slowhttptest-1.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for SSL_library_init in -lssl... no
configure: error: OpenSSL is missing

root@bt:/pentest/web/slowhttptest-1.2# openssl
OpenSSL>

Original issue reported on code.google.com by will.ca...@improvementdirect.com on 18 Oct 2011 at 8:26

GoogleCodeExporter commented 9 years ago
Sorry. I found your man page and noticed the libssl-dev requirement. All is 
well. Sorry for the defect post.

Original comment by will.ca...@improvementdirect.com on 18 Oct 2011 at 9:02

GoogleCodeExporter commented 9 years ago
Nice, glad it resolved.

Original comment by shek...@gmail.com on 19 Oct 2011 at 1:12