--On Tuesday, July 19, 2011 10:35 AM -0700 Quanah Gibson-Mount <[email protected]> wrote:

--On Tuesday, July 19, 2011 10:05 AM -0700 Quanah Gibson-Mount
<[email protected]> wrote:

--On Monday, July 18, 2011 3:07 PM -0700 Quanah Gibson-Mount
<[email protected]> wrote:

--On Monday, June 06, 2011 6:09 PM +0200 Mark Martinec
<[email protected]> wrote:

Scott,

We're making a big push on IPv6 readiness in this Ubuntu development
cycle, so I'd appreciate having the patch.

That's very nice to hear!

The patch for Net-Server-0.99 is attached, includes documentation
changes.

This patch results in an non-working Net::Server object for me.
Specifically because of line 790:

I also am hitting this problem with similar code created by this patch:

SSLEAY.pm:      $pfamily = $afamily == AF_INET  ? PF_INET
SSLEAY.pm:               : $afamily == AF_INET6 ? PF_INET6 : $afamily;
SSL.pm:      $pfamily = $afamily == AF_INET  ? PF_INET
SSL.pm:               : $afamily == AF_INET6 ? PF_INET6 : $afamily;
TCP.pm:      $pfamily = $afamily == AF_INET  ? PF_INET
TCP.pm:               : $afamily == AF_INET6 ? PF_INET6 : $afamily;

These blocks all generate the runaway string error. It is seen consistently on SLES10 64-bit and Ubuntu 10 64-bit systems. Other operating systems we use don't report this error for whatever reason. I'm currently re-writing this as a 3-part if statement, when I'm finished I'll email out my finalized patch.

--Quanah


--

Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra ::  the leader in open source messaging and collaboration

Reply via email to