Subject: | Net::FTPSSL 0.21 on Solaris 10 Sparc |
Date: | Wed, 9 May 2012 09:16:18 -0400 |
To: | <bug-Net-FTPSSL [...] rt.cpan.org> |
From: | "Markham, Richard" <RMarkham [...] hafeleamericas.com> |
It appears that the actual failure is in IO::Socket::SSL
PROBLEM:
$ perl -e 'use Net::FTPSSL'
is only avaliable with the XS version at
perl-5.8.9/lib/site_perl/5.8.9/IO/Socket/SSL.pm line 37
BEGIN failed--compilation aborted at
perl-5.8.9/lib/site_perl/5.8.9/IO/Socket/SSL.pm line 37.
Compilation failed in require at
perl-5.8.9/lib/site_perl/5.8.9/Net/FTPSSL.pm line 14.
BEGIN failed--compilation aborted at
perl-5.8.9/lib/site_perl/5.8.9/Net/FTPSSL.pm line 14.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
PLATFORM:
SunOS someserver 5.10 Generic_142909-17 sun4u sparc
SUNW,SPARC-Enterprise
PERL VERSION:
This is perl, v5.8.9 built for sun4-solaris
Copyright 1987-2008, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to
the
Internet, point your browser at http://www.perl.org/, the Perl Home
Page.