bad formatting. I'll try to clean it abit ..
Hi, I am trying to compile Net::OpenSSH on our op5 servers (CnetOS) but I get the error message:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1_run.....Not enough arguments for grep at /root/.cpan/build/Net-OpenSSH-0.50/blib/lib/Net/OpenSSH.pm line 85, near "$_) "
BEGIN not safe after errors--compilation aborted at /root/.cpan/build/Net-OpenSSH-.50/blib/lib/Net/OpenSSH.pm line 506.
Compilation failed in require at t/1_run.t line 12.
BEGIN failed--compilation aborted at t/1_run.t line 12.
t/1_run.....dubious
Test returned status 9 (wstat 2304, 0x900)
t/2_pods....skipped
all skipped: Only the author needs to check that POD docs are right
FAILED--2 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Am I missing some prerequisit?