POP3Client problem with SSL
kramer27182_at_yahoo.com
Date: 02/21/05
- Previous message: Andrew Ho: "Perl interface to direct port I/O functions (inb(), outb() and friends)"
- Next in thread: Sisyphus: "Re: POP3Client problem with SSL"
- Reply: Sisyphus: "Re: POP3Client problem with SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Feb 2005 15:42:42 -0800
I have been trying to use the module Mail::POP3Client with SSL
I use the constructor to create a new pop object like so:
my $pop = new Mail::POP3Client(
HOST => $host,
USER => $username,
PASSWORD => $password,
USESSL => 1
);
and I get the error:
Can't locate object method "new" via package "IO::Socket::SSL" at
/usr/local/lib
/perl5/site_perl/5.8.1/Mail/POP3Client.pm line 369.
I'm working on a SPARC box that my office maintains, so to verify, I
installed POP3Client (and dependecies via CPAN) on my home machine
(windows box w/cygwin) and got the same error.
Okay, so I usually expect an @INC error message when something is not
installed, but just to be safe, I thought that I should install
IO::SOCKET::SSL, but I get a huge amount of error messages.
What am I doing wrong?
-Kramer
- Previous message: Andrew Ho: "Perl interface to direct port I/O functions (inb(), outb() and friends)"
- Next in thread: Sisyphus: "Re: POP3Client problem with SSL"
- Reply: Sisyphus: "Re: POP3Client problem with SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|