Got the following doing "make test" on curl-7.13.1 on
multiple OSs (this output is from FreeBSD 4.9, but
other versions plus RedHat did essentially the same thing):
--------------------------------------
# make test
Making all in data
Making all in server
Making all in libtest
srcdir=. /usr/bin/perl -I. ./runtests.pl -s -a
Can't locate valgrind.pm in @INC (@INC contains: .
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd
/usr/local/lib/perl5/site_perl/5.005 .
/usr/libdata/perl/5.00503/mach
/usr/libdata/perl/5.00503 . .) at ./runtests.pl line 32.
*** Error code 2
Stop in /usr/local/src/curl/curl-7.13.1/tests.
*** Error code 1
Stop in /usr/local/src/curl/curl-7.13.1.
--------------------------------------
valgrind.pm is nowhere to be found.
Logged In: YES
user_id=1110
It is actually present in CVS, just forgotten to be added to
the release archive. This has been fixed in CVS since.
Thanks for reporting.
Logged In: NO
Great - thank you!