Installation von Net::POP3::SSLWrapper

Hilfe zu Znuny Problemen aller Art
Locked
cochran
Znuny newbie
Posts: 10
Joined: 13 Mar 2007, 15:50

Installation von Net::POP3::SSLWrapper

Post by cochran »

Hallo,

wollte für Perl das Modul Net::POP3::SSLWrapper installieren (mittels 'install Net::POP3::SSLWrapper' unter perl -e -shell -MCPAN).

Die installation bricht immer mit folgender Fehlermeldung ab:
<Beginn Logausschnitt>
Running make test
Argument "6.30_01" isn't numeric in numeric eq (==) at /usr/share/perl/5.8/CPAN.pm line 4623.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_compile....
t/00_compile....NOK 1# Failed test 'use Net::POP3::SSLWrapper;'
# at t/00_compile.t line 5.
# Tried to use 'Net::POP3::SSLWrapper'.
# Error: Base class package "IO::Socket::SSL" is empty.
# (Perhaps you need to 'use' the module which defines that package first.)
# at /tmp/.cpan/build/Net-POP3-SSLWrapper-0.02/blib/lib/Net/POP3/SSLWrapper.pm line 4
# BEGIN failed--compilation aborted at /tmp/.cpan/build/Net-POP3-SSLWrapper-0.02/blib/lib/Net/POP3/SSLWrapper.pm line 4.
# Compilation failed in require at (eval 2) line 2.
# BEGIN failed--compilation aborted at (eval 2) line 2.
# Looks like you failed 1 test of 1.
t/00_compile....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/00_compile.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
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force

cpan>
<Ende Logausschnitt>

Da ich dachte, dass es an einem fehlenden openssl liegen könnte, habe ich dieses nachinstalliert. Mit selbem Ergebnis.

Ich setze ubuntu-8.04.1-server-i386 ein.

Kann mir jemand einen Hinweis geben, wie dieses Modul richtig installiert werden kann?

Vielen Dank!

MfG

Cochran
cochran
Znuny newbie
Posts: 10
Joined: 13 Mar 2007, 15:50

Installation von Net::POP3::SSLWrapper

Post by cochran »

Nach längerem Suchen bin ich auf das fehlende Paket gestoßen. Es müssen die Quellen für openssl installiert sein. Unter Ubuntu heißt dieses "libcurl4-openssl-dev". Weiterhin habe ich noch "openssl" installiert.

Nach einem erneuten Versuch der Installation, lief jetzt alles ohne Probleme durch.

Gruß

Cochran
Locked