Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 520
Status: resolved
Priority: 0/
Queue: IO-Socket-SSL

People
Owner: Nobody in particular
Requestors: abe [...] purdue.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.81
Fixed in: 0.80



Distribution: 5.6.1 source from CPAN Perl -v: 5.6.1 OS: Sun Solaris 8, 64 bit kernel When using Net::LDAP's start_tls() method this error is reported: Can't locate object method "TIEHANDLE" via package "IO::Socket::SSL" at /opt/perl-5.6.1/lib/site_perl/5.6.1/Net/LDAP.pm line 793. I've isolated this to the fact that TIEHANDLE is inside the SSL_HANDLE package name space of IO:Socket:SSL. Replacing IO:Socket:SSL 0.81 with 0.80 eliminates the problem. Vic Abell