Hallo mensen,
Ik probeer al tijden dit programma te laten werken: http://code.google.com/p/slowhttptest/
Ik had eerst wat problemen met de C++ compiler op mijn os "Linux mint 10".
Maar dat werkt nu wel goed denk ik.
Het is een .tar.gz bestand en dit staat erin:
aclocal.m4 config.log configure.ac install-sh Makefile.in
config.h.in configure depcomp Makefile.am missing
en de map /src
Dus als ik het programm wil openen typ ik toch gewoon ./configure ??
Maar als ik dat doe krijg ik dit "
Ik probeer al tijden dit programma te laten werken: http://code.google.com/p/slowhttptest/
Ik had eerst wat problemen met de C++ compiler op mijn os "Linux mint 10".
Maar dat werkt nu wel goed denk ik.
Het is een .tar.gz bestand en dit staat erin:
aclocal.m4 config.log configure.ac install-sh Makefile.in
config.h.in configure depcomp Makefile.am missing
en de map /src
Dus als ik het programm wil openen typ ik toch gewoon ./configure ??
Maar als ik dat doe krijg ik dit "
anonymous@lnuxmint ~/Desktop/slowhttptest-1.3 $ ./configure
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-devel is missing