Subject: | Unable to Install |
Hi,
when I do a 'make test' it tells me that it can't
locate 'Net/CSTA/ASN.pm' - seems that the file is missing.
Below you can find my output of the installation.
Thnx.
Rainer
root@foobar:~/Net-CSTA-0.01# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Net::CSTA
root@nagios:~/Net-CSTA-0.01# make
cp lib/Net/CSTA.pm blib/lib/Net/CSTA.pm
AutoSplitting blib/lib/Net/CSTA.pm (blib/lib/auto/Net/CSTA)
Manifying blib/man3/Net::CSTA.3pm
root@foobar:~/Net-CSTA-0.01# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-
e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Net-CSTA....
# Failed test (t/Net-CSTA.t at line 9)
# Tried to use 'Net::CSTA'.
# Error: Can't locate Net/CSTA/ASN.pm in @INC (@INC
contains: /root/Net-CSTA-0.01/blib/lib /root/Net-CSTA-
0.01/blib/arch /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/per
l/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/pe
rl/5.8 /usr/local/lib/site_perl .) at /root/Net-CSTA-
0.01/blib/lib/Net/CSTA.pm line 30.
# BEGIN failed--compilation aborted at t/Net-CSTA.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# Looks like you failed 1 test of 1.
t/Net-CSTA....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------
--------
t/Net-CSTA.t 1 256 1 1 100.00% 1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 1