On Wed, Sep 07, 2005 at 02:15:09PM -0400, Fred wrote:
>George Georgalis wrote:
>> Argument "REPORT" isn't numeric in
>> subroutine entry at /usr/share/perl/5.6.1/IO/Socket/INET.pm line 223,
>> <GEN3> line 58. 2005-09-07 13:49:11.026387500 Argument "REPORT" isn't
>> numeric in subroutine entry at
>> /usr/share/perl/5.6.1/IO/Socket/INET.pm line 223, <GEN3> line 58.
>> 2005-09-07 13:49:11.030191500 Argument "REPORT" isn't numeric in
>> subroutine entry at /usr/share/perl/5.6.1/IO/Socket/INET.pm line 223,
>> <GEN3> line 58.
>
>>From the looks of this, something went wrong with your Net::DNS, you might
>consider reinstalling it.
>

I saw those REPORT lines, but the thing is, I installed net::dns
from just before I ran that test...

Writing /usr/local/lib/perl/5.6.1/auto/Net/DNS/.packlist
Appending installation info to /usr/local/lib/perl/5.6.1/perllocal.pod
  /usr/bin/make install UNINST=1 -- OK

oh btw I use force install because the online test failed...

t/08-online................NOK 73                                            
#     Failed test (t/08-online.t at line 158)

#     Failed test (t/08-online.t at line 172)


    156         # $res->debug(1);
    157         my $socket=$res->bgsend('a.t.net-dns.org','A');
    158         ok(ref($socket)=~/^IO::Socket::INET(6?)$/,"Socket returned");
    159         my $loop=0;
    160         # burn a little CPU to get the socket ready.
    161         # I could off course used microsleep or something.
    162         while ($loop<200000){
    163             $loop++;
    164         }
    165         $loop=0;
    166 
    167         while ($loop<6){
    168             last if $res->bgisready($socket);
    169             sleep(1); # If burning CPU above was not sufficient.
    170             $loop++;
    171         }
    172         ok ($res->bgisready($socket),"Socket is ready");


...again, surbl does work.... and I'm pretty sure I'm using _that_ net::dns
because it's the only one

# ls /usr/share/perl5/Net /usr/share/perl/5.6.1/Net
/usr/share/perl/5.6.1/Net:
Ping.pm  hostent.pm  netent.pm  protoent.pm  servent.pm

/usr/share/perl5/Net:
Cmd.pm     Domain.pm  FTP.pm  HTTP.pm   NNTP.pm   POP3.pm  Time.pm
Config.pm  FTP        HTTP    HTTPS.pm  Netrc.pm  SMTP.pm  libnetFAQ.pod


could something else be causing the REPORT error/warning?

// George

-- 
George Georgalis, systems architect, administrator <IXOYE><
http://galis.org/ cell:646-331-2027 mailto:[EMAIL PROTECTED]

Reply via email to