ipv6 testing
Mark Martinec
Mark.Martinec+amavis at ijs.si
Mon Aug 1 19:51:10 CEST 2011
Quanah,
> >> 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.
Puzzling - no idea.
> I'm currently re-writing this as a 3-part if statement, when I'm finished
> I'll email out my finalized patch.
Thanks!
Attached is a small additional fix over my original patch.
Please include it too in the finalized patch.
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Net-Server-0.99-IPv6-2.patch
Type: text/x-patch
Size: 1846 bytes
Desc: not available
URL: <http://lists.amavis.org/pipermail/amavis-users/attachments/20110801/111c8abc/attachment.bin>
More information about the amavis-users
mailing list