Artimus has asked for the wisdom of the Perl Monks concerning the following question:
Have a problem with IO::Socket::SSL on my Raspberry Pi. After I enter
sudo cpanm IO::Socket::SSLIt takes it quite a lot to think. But finally it returns me an error that installation failed.
With sudo cat /root/.cpanm/build.log in the end of log I can see:Test Summary Report + + ------------------- + + t/nonblock.t (Wstat: 0 Tests: 27 Failed: 2) + + Failed tests: 13, 26 + + Files=37, Tests=771, 235 wallclock secs ( 3.92 usr 0.46 sys + 168.58 +cusr 6.64 csys = 179.60 CPU) + Result: FAIL + + Failed 1/37 test programs. 2/771 subtests failed. + + Makefile:783: recipe for target 'test_dynamic' failed + + make: *** [test_dynamic] Error 255 + + -> FAIL Installing IO::Socket::SSL failed. See /root/.cpanm/build.log +for details.
I am trying to make a simple e-mail notifier with Mail::IMAPClient, IO::Socket::SSL and Device::BCM2835{the last one is used to interact with GPIO}
Seeking for advice how to solve the problem with module installation{would it be right, for example, to force installation via "cpan" instead of cpanminus?}or artelnatives to it.
With respect, Artimius.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IO::Socket::SSL and raspberry
by Corion (Patriarch) on Jul 24, 2015 at 15:32 UTC | |
by Artimus (Sexton) on Jul 24, 2015 at 15:50 UTC | |
by Corion (Patriarch) on Jul 24, 2015 at 15:53 UTC | |
by Artimus (Sexton) on Jul 24, 2015 at 17:11 UTC | |
by Corion (Patriarch) on Jul 24, 2015 at 17:18 UTC | |
| |
|
Re: IO::Socket::SSL and raspberry
by kevbot (Vicar) on Jul 26, 2015 at 00:42 UTC | |
|
Re: IO::Socket::SSL and raspberry
by poj (Abbot) on Jul 24, 2015 at 17:30 UTC | |
by Artimus (Sexton) on Jul 24, 2015 at 17:43 UTC | |
by noxxi (Pilgrim) on Jul 24, 2015 at 21:10 UTC |