I see that there is a dn_expand_PP method; perhaps having policyd-weight call that explicitly might work?
The dn_expand method in /usr/lib/perl5/Net/DNS/Packet.pm is: sub dn_expand { #FYI my ($packet, $offset) = @_; return dn_expand_XS(@_) if $Net::DNS::HAVE_XS; # warn "USING PURE PERL dn_expand()\n"; return dn_expand_PP(@_, {} ); # $packet, $offset, anonymous hash } so it should work, albeit slower than it used to. -JimC -- James Cloos <cl...@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org