System: Fedora Core 4 on a AMD64.

I've tried using the cpan-command
install Parse::Lex
and the manual 'perl Makefile.pl && make && make test'(it fails on the test)

Let me know if this is the wrong list, but I really am a beginner when it 
comes to perl. I am trying to install a Live Access Server made in perl.

Here is the output:

###

[EMAIL PROTECTED] ParseLex-2.15]# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Parse::Lex
[EMAIL PROTECTED] ParseLex-2.15]# make
cp lib/Parse/ALex.pm blib/lib/Parse/ALex.pm
cp lib/Parse/Token.pm blib/lib/Parse/Token.pm
cp lib/Parse/Token-t.pm blib/lib/Parse/Token-t.pm
cp lib/Parse/CLex.pm blib/lib/Parse/CLex.pm
cp lib/Parse/YYLex.pm blib/lib/Parse/YYLex.pm
cp lib/Parse/LexEvent.pm blib/lib/Parse/LexEvent.pm
cp lib/Parse/Template.pm blib/lib/Parse/Template.pm
cp lib/Parse/Lex.pm blib/lib/Parse/Lex.pm
cp lib/Parse/Trace.pm blib/lib/Parse/Trace.pm
Manifying blib/man3/Parse::Token.3pm
Manifying blib/man3/Parse::Template.3pm
Manifying blib/man3/Parse::CLex.3pm
Manifying blib/man3/Parse::YYLex.3pm
Manifying blib/man3/Parse::Lex.3pm
Manifying blib/man3/Parse::LexEvent.3pm
[EMAIL PROTECTED] ParseLex-2.15]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/test1....FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/test2....FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/test3....FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/test4....FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/test5....FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/test6....FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/test7....FAILED test 1
        Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/test1.t                  1    1 100.00%  1
t/test2.t                  1    1 100.00%  1
t/test3.t                  1    1 100.00%  1
t/test4.t                  1    1 100.00%  1
t/test5.t                  1    1 100.00%  1
t/test6.t                  1    1 100.00%  1
t/test7.t                  1    1 100.00%  1
Failed 7/7 test scripts, 0.00% okay. 7/7 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 255
[EMAIL PROTECTED] ParseLex-2.15]#

###

Any ideas?

-- 
Bjørge Solli - Office:+47 55205847 cellph.:+47 91614343
Nansen Environmental and Remote Sensing Center - Bergen, Norway
http://www.nersc.no Reception: +47 55205800
Dept.: Mohn-Sverdrup Center for Global Ocean Studies 
       and Operational Oceanography

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to