> At first I thought it was a Pyzor problem. But after a bunch of hours I > inally replaced /usr/bin/pyzor with a script that just returns the > Pyzor success string, and it still crashes. I also used this script to > make sure pyzor_path was set and used correctly.
> I've narrowed the crash point down to DNS.pm in a method called > pyzor_lookup(). > I have a reasonable grasp of Perl so I can help debug this if anyone > has a suggestion. I forgot to mention that I'm running SA 2.63. It's crashing on the line in pyzor_lookup() where it reads Pyzor's response. $response = <PYZOR>; Does anybody have a suggestion? > Regards > Jeff Moss > >
