[Ssh-sftp-perl-users] Make test fails when trying to build Net::SSH2
Brought to you by:
dbrobins
|
From: Yonatan K. <Yon...@Ka...> - 2007-11-21 16:07:51
|
I succesfully ran make Net::SSH2 0.18 against libssh2 0.18 but the "make
test" fails on the first test with this message:
I verified that both the files in the "Can't load" are there.
Any ideas on what's wrong?
thanks
_______
$make test
PERL_DL_NONLAZY=3D1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Net-SSH2....
# Failed test 'use Net::SSH2;'
t/Net-SSH2....NOK 1/72# at t/Net-SSH2.t line 19.
# Tried to use 'Net::SSH2'.
# Error: Can't load
'/home/yok/tmp/Net-SSH2-0.18/blib/arch/auto/Net/SSH2/SSH2.so' for module
Net::SSH2: libssh2.so.1: cannot open shared object file: No such file or
directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm
line 229.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/Net-SSH2.t line 19.
&Net::SSH2::constant not defined at t/Net-SSH2.t line 22
# Looks like you planned 72 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/Net-SSH2....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-72
Failed 72/72 tests, 0.00% okay
|