FreeBSD install error
Brian Moseley (brian@criticalpath.net)
17 Jan 1998 15:43:03 -0800
hi. my apologies if this is not the correct forum for installation questions.
i tried to install Bundle::LWP from a cpan shell but got the following output on
make test:
Running make test
/usr/bin/perl t/TEST 0
base/afm............skipping test on this platform
base/common-req.....ok
base/cookies........ok
base/date...........ok
base/headers........ok
base/listing........ok
base/mediatypes.....ok
base/message........ok
base/negotiate......ok
base/response.......ok
base/status.........ok
uri/base............Use of uninitialized value at
/usr/local/.cpan/build/libwww-perl-5.18/t/../blib/lib/URI/URL/ftp.pm line 51.
ok
uri/heuristic.......Use of uninitialized value at ../blib/lib/URI/Heuristic.pm
line 90.
ok
uri/rel-base........ok
html/entities.......ok
html/filter.........ok
html/headparser.....ok
html/linkextractor..ok
html/oldparse.......ok
html/parsefile......ok
html/parser.........ok
html/split..........ok
robot/rules-dbm.....ok
robot/rules.........ok
robot/ua............HTTP Server terminated
FAILED tests 1-3, 5, 7
Failed 5/7 tests, 28.57% okay
local/autoload......ok
local/get...........ok
local/http..........Can't call method "is_redirect" without a package or object
reference at local/http.t line 177, <DAEMON> chunk 1.
dubious
Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
local/protosub......ok
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
local/http.t 9 2304 18 18 100.00% 1-18
robot/ua.t 7 5 71.43% 1-3, 5, 7
Failed 2/29 test scripts, 93.10% okay. 23/433 subtests failed, 94.69% okay.
*** Error code 2
Stop.
/usr/bin/make test -- NOT OK
i'm using perl 5.004_04 on FreeBSD 2.2.5:
Summary of my perl5 (5.0 patchlevel 4 subversion 4) configuration:
Platform:
osname=freebsd, osvers=2.2.5-release, archname=i386-freebsd
uname='freebsd cerebus.maz.org 2.2.5-release freebsd 2.2.5-release #0: tue
oct 21 14:33:00 gmt 1997 jkh@time.cdrom.com:usrsrcsyscompilegeneric i386 '
hint=previous, useposix=true, d_sigaction=define
bincompat3=n useperlio=undef d_sfio=undef
Compiler:
cc='cc', optimize='-g', gccversion=2.7.2.1
cppflags='-DDEBUGGING -I/usr/local/include'
ccflags ='-DDEBUGGING -I/usr/local/include'
stdchar='char', d_stdstdio=undef, usevfork=true
voidflags=15, castflags=0, d_casti32=undef, d_castneg=define
intsize=4, alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='ld', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-lgdbm -lm -lc -lcrypt
libc=/usr/lib/libc.so.3.0, so=so
useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fpic', lddlflags='-Bshareable -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING
Built under freebsd
Compiled at Jan 15 1998 00:04:04
@INC:
/usr/local/lib/perl5/i386-freebsd/5.00404
/usr/local/lib/perl5
/usr/local/lib/perl5/site_perl/i386-freebsd
/usr/local/lib/perl5/site_perl
.
--bm