http://bugzilla.spamassassin.org/show_bug.cgi?id=4376
------- Additional Comments From [EMAIL PROTECTED] 2005-09-27 13:27 ------- > (b) config of SA 'complains' about Net::DNS version, and "Net::Ident::_export_hooks()" > NOTE also the "Net::Ident""export_hooks()" for the snapshot case ... it never I have a solution for the Net::Ident problem. I know that this isn't the best place to put it, but a google search for Net::Ident and export_hooks led me here and only here. Hopefully this info will help others as well. The problem is that the prototype for _export_hooks isn't declared before it is called. You simply need to insert "sub _export_hooks();" at line 29 in Ident.pm, right before _export_hooks is called. You should do this before running perl Makefile.PL. A second problem that you may run into, though, is that the tests for Ident.pm try to connect to ident servers on a few hosts, some of which aren't running the ident daemon, or at least won't accept connections from my machine! :-) Before running make test, edit t/hosts to include a list of hosts that you KNOW are running the ident daemon. Me, I simply put 127.0.0.1 in there. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
