Discussion:
IO::Socket::INET6 problems
Anders Norrbring
2006-09-01 10:43:36 UTC
Permalink
I'm trying to get IO::Socket::INET6 to install since I actually use
IPv6.. But so far no luck, and I haven't found any cure when Googling
around on the subject either.

Anyone on the list who can help out? The output I get is this:

CPAN.pm: Going to build M/MO/MONDEJAR/IO-Socket-INET6-2.51.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for IO::Socket::INET6
cp INET6.pm blib/lib/IO/Socket/INET6.pm
Manifying blib/man3/IO::Socket::INET6.3pm
/usr/bin/make -j3 -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/io_multihomed6....ok

t/io_sock6..........ok 11/20Died at t/io_sock6.t line 39, <GEN5> line 2.

t/io_sock6..........dubious

Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 12-20
Failed 9/20 tests, 55.00% okay
t/io_udp6...........ok

Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/io_sock6.t 4 1024 20 18 12-20
Failed 1/3 test scripts. 9/32 subtests failed.
Files=3, Tests=32, 121 wallclock secs ( 0.16 cusr + 0.10 csys = 0.26 CPU)
Failed 1/3 test programs. 9/32 subtests failed.
make: *** [test_dynamic] Error 255
--
Anders Norrbring
Norrbring Consulting
Nigel Frankcom
2006-09-01 12:47:05 UTC
Permalink
On Fri, 01 Sep 2006 12:43:36 +0200, Anders Norrbring
Post by Anders Norrbring
I'm trying to get IO::Socket::INET6 to install since I actually use
IPv6.. But so far no luck, and I haven't found any cure when Googling
around on the subject either.
I've had similar problems on CentOS, I eventually installed it via yum
instead..

yum install perl-IO-Socket-INET6.noarch

That worked for me on CentOS 64 & 32 bit.

HTH

Nigel
Anders Norrbring
2006-09-01 13:03:49 UTC
Permalink
Post by Nigel Frankcom
On Fri, 01 Sep 2006 12:43:36 +0200, Anders Norrbring
Post by Anders Norrbring
I'm trying to get IO::Socket::INET6 to install since I actually use
IPv6.. But so far no luck, and I haven't found any cure when Googling
around on the subject either.
I've had similar problems on CentOS, I eventually installed it via yum
instead..
yum install perl-IO-Socket-INET6.noarch
That worked for me on CentOS 64 & 32 bit.
Thanks.. I was just plain stupid not to think of that it's included in
the SuSE distribution. Geee.. ;)
Installed, verified and running now from the dist-dvd.
--
Anders Norrbring
Norrbring Consulting
Loading...