RE: Perl syswrite and IO/SSL

2009-05-21 Thread Dale Moore
Hi Graham, I believe that I've figured out this problem with syswrite returning 1 instead of the number of bytes actually written. The problem appears to be with Authen::SASL::Cyrus . In that module, they supply their own WRITE function in Authen::SASL::Cyrus::Security . This WRITE function is c

Re: Perl syswrite and IO/SSL

2009-05-21 Thread Graham Barr
On May 21, 2009, at 11:50 AM, Dale Moore wrote: Hi Graham, I believe that I've figured out this problem with syswrite returning 1 instead of the number of bytes actually written. The problem appears to be with Authen::SASL::Cyrus . Unfortunately there are 2 different Authen::SASL::Cyrus mod