You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by ssapp80 <sh...@gmail.com> on 2011/07/15 22:35:54 UTC

sa-update failing

Running spamassassin-3.3.2 on CentOS 5.5
perl-Net-DNS ver 0.59 installed

When I run sa-update i receive the following failures on the Net::DNS module 

"name2labels" is not exported by the Net::DNS module
Can't continue after import errors at
/usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/RR.pm line
172.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/RR.pm line
185.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Packet.pm
line 16.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Packet.pm
line 16.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm
line 26.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm
line 26.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/UNIX.pm
line 9.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/UNIX.pm
line 9.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver.pm
line 19.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver.pm
line 22.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS.pm line 67.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS.pm line 67.
Compilation failed in require at /usr/bin/sa-update line 80.
BEGIN failed--compilation aborted at /usr/bin/sa-update line 80.

Searching for anything name2labels as it relates to spamassassin has yielded
me nothing.....any ideas??
-- 
View this message in context: http://old.nabble.com/sa-update-failing-tp32071145p32071145.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.


Re: sa-update failing

Posted by ssapp80 <sh...@gmail.com>.
I updated perl-Net-DNS to 0.66 and sa-update runs correctly now.....thanks
for the help.



ssapp80 wrote:
> 
> Running spamassassin-3.3.2 on CentOS 5.5
> perl-Net-DNS ver 0.59 installed
> 
> When I run sa-update i receive the following failures on the Net::DNS
> module 
> 
> "name2labels" is not exported by the Net::DNS module
> Can't continue after import errors at
> /usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24.
> Compilation failed in require at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/RR.pm
> line 172.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/RR.pm
> line 185.
> Compilation failed in require at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Packet.pm
> line 16.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Packet.pm
> line 16.
> Compilation failed in require at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm
> line 26.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm
> line 26.
> Compilation failed in require at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/UNIX.pm
> line 9.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/UNIX.pm
> line 9.
> Compilation failed in require at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver.pm
> line 19.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver.pm
> line 22.
> Compilation failed in require at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS.pm line
> 67.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS.pm line
> 67.
> Compilation failed in require at /usr/bin/sa-update line 80.
> BEGIN failed--compilation aborted at /usr/bin/sa-update line 80.
> 
> Searching for anything name2labels as it relates to spamassassin has
> yielded me nothing.....any ideas??
> 

-- 
View this message in context: http://old.nabble.com/sa-update-failing-tp32071145p32083211.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.


Re: sa-update failing

Posted by ssapp80 <sh...@gmail.com>.
I apologize, the CentOS 5.5 was a typo.......its 5.6.

I'm going to try and update perl-Net-DNS and see where that takes me.


Warren Togami Jr. wrote:
> 
> On 7/15/2011 10:35 AM, ssapp80 wrote:
>>
>> Running spamassassin-3.3.2 on CentOS 5.5
>> perl-Net-DNS ver 0.59 installed
>>
>> When I run sa-update i receive the following failures on the Net::DNS
>> module
>>
>> "name2labels" is not exported by the Net::DNS module
>> Can't continue after import errors at
>> /usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24
>> BEGIN failed--compilation aborted at
> 
> Why CentOS 5.5?
> 
> http://www.spamtips.org/p/rpm-packages.html
> I am running CentOS 5.6 here with standard OS + EPEL packages plus the 
> SpamTips.org spamassassin-3.3.2 RPM.  Are you doing anything different 
> from this?  I have never seen an error like that before.
> 
> Why are you running sa-update manually?  The upstream RPM and 
> SpamTips.org RPM (both designed by me) automatically run sa-update once 
> per day if spamd is running.
> 
> Warren Togami
> warren@togami.com
> 
> 

-- 
View this message in context: http://old.nabble.com/sa-update-failing-tp32071145p32082678.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.


Re: sa-update failing

Posted by "Warren Togami Jr." <wt...@gmail.com>.
On 7/15/2011 10:35 AM, ssapp80 wrote:
>
> Running spamassassin-3.3.2 on CentOS 5.5
> perl-Net-DNS ver 0.59 installed
>
> When I run sa-update i receive the following failures on the Net::DNS module
>
> "name2labels" is not exported by the Net::DNS module
> Can't continue after import errors at
> /usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24
> BEGIN failed--compilation aborted at

Why CentOS 5.5?

http://www.spamtips.org/p/rpm-packages.html
I am running CentOS 5.6 here with standard OS + EPEL packages plus the 
SpamTips.org spamassassin-3.3.2 RPM.  Are you doing anything different 
from this?  I have never seen an error like that before.

Why are you running sa-update manually?  The upstream RPM and 
SpamTips.org RPM (both designed by me) automatically run sa-update once 
per day if spamd is running.

Warren Togami
warren@togami.com

Re: sa-update failing

Posted by Michael Scheidell <mi...@secnap.com>.
On 7/16/11 10:54 AM, darxus@chaosreigns.com wrote:
> My guess is Net::DNS version 0.59 is too old.  I
on freebsd, we specify a minimum version of Net-DNS>=0.63
Not sure if it was due to problems we knew about, or bug reports on this 
list.


-- 
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
 >*| *SECNAP Network Security Corporation

    * Best Mobile Solutions Product of 2011
    * Best Intrusion Prevention Product
    * Hot Company Finalist 2011
    * Best Email Security Product
    * Certified SNORT Integrator

______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
______________________________________________________________________  

Re: sa-update failing

Posted by Ned Slider <ne...@unixmail.co.uk>.
On 18/07/11 02:58, Warren Togami Jr. wrote:
> On 7/17/2011 7:55 AM, Axb wrote:
>> On 2011-07-17 18:32, Warren Togami Jr. wrote:
>>> On 7/16/2011 4:54 AM, darxus@chaosreigns.com wrote:
>>>> On 07/15, ssapp80 wrote:
>>>>> Running spamassassin-3.3.2 on CentOS 5.5
>>>>> perl-Net-DNS ver 0.59 installed
>>>>>
>>>>> When I run sa-update i receive the following failures on the Net::DNS
>>>>> module
>>>>>
>>>>> "name2labels" is not exported by the Net::DNS module
>>>>
>>>> My guess is Net::DNS version 0.59 is too old. In which case it would be
>>>> nice if spamassassin specified that in its use statement so it would
>>>> give a
>>>> more useful error. If upgrading that perl module fixes that problem, it
>>>> might be worth opening a bug to improve that error. I'm using Net::DNS
>>>> v0.65.
>>>>
>>>
>>> EL-5 has perl-Net-DNS 0.59. I've been using it in production for years
>>> without issue, even with 3.3.2. This is not the droid we're looking for.
>>> Move along.
>>>
>>> Warren
>>
>> unless RH has patched perl-Net-DNS 0.59, iirc, the original had some
>> issues in RR.pm (going back to 2007) including some security thingie.
>>
>> I'd recomend using 0.63 or higher.
>>
>> http://pkgs.repoforge.org/perl-Net-DNS/ offers a good choice.
>> (I'm using 0.66 and happy)
>
> Looking at the changelog, it appears they did patch several bugs and a
> security issue. All I know is I have had no issues using EL-5's 0.59 for
> years now.
>
> Warren
>

Likewise, no problems running SpamAssassin-3.3.1 with 
perl-Net-DNS-0.59-3 dating from 2007 on EL-5.


Re: sa-update failing

Posted by "Warren Togami Jr." <wt...@gmail.com>.
On 7/17/2011 7:55 AM, Axb wrote:
> On 2011-07-17 18:32, Warren Togami Jr. wrote:
>> On 7/16/2011 4:54 AM, darxus@chaosreigns.com wrote:
>>> On 07/15, ssapp80 wrote:
>>>> Running spamassassin-3.3.2 on CentOS 5.5
>>>> perl-Net-DNS ver 0.59 installed
>>>>
>>>> When I run sa-update i receive the following failures on the Net::DNS
>>>> module
>>>>
>>>> "name2labels" is not exported by the Net::DNS module
>>>
>>> My guess is Net::DNS version 0.59 is too old. In which case it would be
>>> nice if spamassassin specified that in its use statement so it would
>>> give a
>>> more useful error. If upgrading that perl module fixes that problem, it
>>> might be worth opening a bug to improve that error. I'm using Net::DNS
>>> v0.65.
>>>
>>
>> EL-5 has perl-Net-DNS 0.59. I've been using it in production for years
>> without issue, even with 3.3.2. This is not the droid we're looking for.
>> Move along.
>>
>> Warren
>
> unless RH has patched perl-Net-DNS 0.59, iirc, the original had some
> issues in RR.pm (going back to 2007) including some security thingie.
>
> I'd recomend using 0.63 or higher.
>
> http://pkgs.repoforge.org/perl-Net-DNS/ offers a good choice.
> (I'm using 0.66 and happy)

Looking at the changelog, it appears they did patch several bugs and a 
security issue.  All I know is I have had no issues using EL-5's 0.59 
for years now.

Warren

Re: sa-update failing

Posted by Axb <ax...@gmail.com>.
On 2011-07-17 18:32, Warren Togami Jr. wrote:
> On 7/16/2011 4:54 AM, darxus@chaosreigns.com wrote:
>> On 07/15, ssapp80 wrote:
>>> Running spamassassin-3.3.2 on CentOS 5.5
>>> perl-Net-DNS ver 0.59 installed
>>>
>>> When I run sa-update i receive the following failures on the Net::DNS
>>> module
>>>
>>> "name2labels" is not exported by the Net::DNS module
>>
>> My guess is Net::DNS version 0.59 is too old. In which case it would be
>> nice if spamassassin specified that in its use statement so it would
>> give a
>> more useful error. If upgrading that perl module fixes that problem, it
>> might be worth opening a bug to improve that error. I'm using Net::DNS
>> v0.65.
>>
>
> EL-5 has perl-Net-DNS 0.59. I've been using it in production for years
> without issue, even with 3.3.2. This is not the droid we're looking for.
> Move along.
>
> Warren

unless RH has patched perl-Net-DNS 0.59, iirc, the original had some 
issues in RR.pm (going back to 2007) including some security thingie.

I'd recomend using 0.63 or higher.

http://pkgs.repoforge.org/perl-Net-DNS/  offers a good choice.
(I'm using 0.66 and happy)

Re: sa-update failing

Posted by "Warren Togami Jr." <wt...@gmail.com>.
On 7/16/2011 4:54 AM, darxus@chaosreigns.com wrote:
> On 07/15, ssapp80 wrote:
>> Running spamassassin-3.3.2 on CentOS 5.5
>> perl-Net-DNS ver 0.59 installed
>>
>> When I run sa-update i receive the following failures on the Net::DNS module
>>
>> "name2labels" is not exported by the Net::DNS module
>
> My guess is Net::DNS version 0.59 is too old.  In which case it would be
> nice if spamassassin specified that in its use statement so it would give a
> more useful error.  If upgrading that perl module fixes that problem, it
> might be worth opening a bug to improve that error.  I'm using Net::DNS
> v0.65.
>

EL-5 has perl-Net-DNS 0.59.  I've been using it in production for years 
without issue, even with 3.3.2.  This is not the droid we're looking 
for.  Move along.

Warren

Re: sa-update failing

Posted by da...@chaosreigns.com.
On 07/15, ssapp80 wrote:
> Running spamassassin-3.3.2 on CentOS 5.5
> perl-Net-DNS ver 0.59 installed
> 
> When I run sa-update i receive the following failures on the Net::DNS module 
> 
> "name2labels" is not exported by the Net::DNS module

My guess is Net::DNS version 0.59 is too old.  In which case it would be
nice if spamassassin specified that in its use statement so it would give a
more useful error.  If upgrading that perl module fixes that problem, it
might be worth opening a bug to improve that error.  I'm using Net::DNS
v0.65.

-- 
"It's never too late to panic."
http://www.ChaosReigns.com