cURL / Mailing Lists / curl-users / Single Mail

curl-users

problem with 'make test'

From: Ryan D. Hatch <Ryan_at_alpinenetworking.com>
Date: Mon, 16 Jul 2001 11:45:59 -0600

I just built curl-7.8 on my RedHat linux box (RH 7.1), from a tarball
with the following commands;

./configure --prefix=/opt/curl-7.8
make

but when I try to run a 'make test', I get the following output:

[root_at_ns1 curl-7.8]# make test
make[1]: Entering directory `/usr/src/apache_upgrade/curl-7.8/tests'
make -C data test
make[2]: Entering directory
`/usr/src/apache_upgrade/curl-7.8/tests/data'
[ -f test1 ] || ln -s ./test* .
make[2]: Leaving directory `/usr/src/apache_upgrade/curl-7.8/tests/data'
srcdir=. /usr/bin/perl -I. ./runtests.pl -s -a
********* System characteristics ********
* curl 7.8 (i686-pc-linux-gnu)
* libcurl 7.8 (OpenSSL 0.9.6)
* Host: ns1
* System: Linux ns1 2.4.2-2smp #1 SMP Sun Apr 8 20:21:34 EDT 2001 i686
unknown
* Memory debugging: OFF
* HTTPS server: ON
* FTPS server: ON
* libcurl SSL: ON
*****************************************
test 1...OK
test 2...OK
test 3...OK
test 4...OK
test 5...OK
test 6...OK
test 7...OK
test 8...OK
test 9...OK
test 10...OK
test 11...OK
test 12...OK
test 13...OK
test 14...OK
test 100...OK
test 200...OK
Can't open perl script "./httpsserver.pl": No such file or directory
test 300... error FAILEDtest 400... error FAILED16 tests out of 18
reported OK
These test cases failed: 300 400
make[1]: *** [quiet-test] Error 1
make[1]: Leaving directory `/usr/src/apache_upgrade/curl-7.8/tests'
make: *** [test] Error 2

Is this going to cause me a problem? I checked for httpserver.pl, and it
is in the /usr/src/apach_upgrade/curl-7.8/tests directory. I can run it
from there by doing ./httpserver.pl . Any ideas?

Thanks in advance,

Ryan
Received on 2001-07-16