J
juna
Hello all,
I have a perl script called getprint_test.pl to fetch and display a web
page:
use LWP::Simple;
getprint "http://www.google.com";
It crashes on my VMSperl with the following message:
Fatal VMS error (status=316) at P_ROOT:[000000]VMS.C;2, line 662 at
/perl_root/lib/site_perl/LWP/Simple.pm line 20.
Compilation failed in require at getprint_test.pl line 1.
BEGIN failed--compilation aborted at getprint.pl line 1.
%SYSTEM-F-IVCHAN, invalid I/O channel
I'm running OpenVMS v8.2 on an Alpha DS10. Perl v5.8.6
I tried re-installing libwww-perl versions 5.805, 5.800, 5.69, 5.51,
5.10 with the same result.
Here's a snip of mmk test on libwww-perl v5.805:
:
local/autoload........
ok
local/get.............
Fatal VMS error (status=100052) at P_ROOT:[000000]VMS.C;2, line 644 at
.../blib/lib/LWP/Simple.pm line 20.
Compilation failed in require at local/get.t line 31.
BEGIN failed--compilation aborted at local/get.t line 31.
%RMS-F-SYN, file specification syntax error
Use of uninitialized value in concatenation (.) or string at
/perl_root/lib/Test/Harness.pm line 809.
dubious
Test returned status (wstat 1024, 0x400)
Use of uninitialized value in concatenation (.) or string at
/perl_root/lib/Test/Harness.pm line 812.
(VMS status is )
local/http-get........
skipped
all skipped: Can't talk to ourself (misconfigured system)
local/http............
skipped
all skipped: Can't talk to ourself (misconfigured system)
local/protosub........
ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
html/form.t 122 1 0.82% 20
Use of uninitialized value in formline at (eval 5) line 3.
local/get.t 1024 ?? ?? % ??
4 tests skipped.
Failed 2/30 test scripts, 93.33% okay. 1/744 subtests failed, 99.87%
okay.
%SYSTEM-F-ABORT, abort
%MMK-F-ERRUPD, error status %X0000002C occurred when updating target
TEST
I have installed all the required prereqs:
MIME::Base64 v3.07
URI v1.35
Digest::MD5 v2.36
HTML:arser v3.50
HTML::Tagset v3.10
Bundle::libnet v1.00
Compress-Zlib v1.41
Any ideas?
Thanks in advance,
Juna
I have a perl script called getprint_test.pl to fetch and display a web
page:
use LWP::Simple;
getprint "http://www.google.com";
It crashes on my VMSperl with the following message:
Fatal VMS error (status=316) at P_ROOT:[000000]VMS.C;2, line 662 at
/perl_root/lib/site_perl/LWP/Simple.pm line 20.
Compilation failed in require at getprint_test.pl line 1.
BEGIN failed--compilation aborted at getprint.pl line 1.
%SYSTEM-F-IVCHAN, invalid I/O channel
I'm running OpenVMS v8.2 on an Alpha DS10. Perl v5.8.6
I tried re-installing libwww-perl versions 5.805, 5.800, 5.69, 5.51,
5.10 with the same result.
Here's a snip of mmk test on libwww-perl v5.805:
:
local/autoload........
ok
local/get.............
Fatal VMS error (status=100052) at P_ROOT:[000000]VMS.C;2, line 644 at
.../blib/lib/LWP/Simple.pm line 20.
Compilation failed in require at local/get.t line 31.
BEGIN failed--compilation aborted at local/get.t line 31.
%RMS-F-SYN, file specification syntax error
Use of uninitialized value in concatenation (.) or string at
/perl_root/lib/Test/Harness.pm line 809.
dubious
Test returned status (wstat 1024, 0x400)
Use of uninitialized value in concatenation (.) or string at
/perl_root/lib/Test/Harness.pm line 812.
(VMS status is )
local/http-get........
skipped
all skipped: Can't talk to ourself (misconfigured system)
local/http............
skipped
all skipped: Can't talk to ourself (misconfigured system)
local/protosub........
ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
html/form.t 122 1 0.82% 20
Use of uninitialized value in formline at (eval 5) line 3.
local/get.t 1024 ?? ?? % ??
4 tests skipped.
Failed 2/30 test scripts, 93.33% okay. 1/744 subtests failed, 99.87%
okay.
%SYSTEM-F-ABORT, abort
%MMK-F-ERRUPD, error status %X0000002C occurred when updating target
TEST
I have installed all the required prereqs:
MIME::Base64 v3.07
URI v1.35
Digest::MD5 v2.36
HTML:arser v3.50
HTML::Tagset v3.10
Bundle::libnet v1.00
Compress-Zlib v1.41
Any ideas?
Thanks in advance,
Juna