Understood. Jira ticket open to the best of my abilities.
https://issues.apache.org/jira/browse/INFRA-3654 On 5/24/2011 5:00 PM, Niklas Gustavsson wrote:
I believe the slave is called the Project SpamAssassin-trunk > (https://builds.apache.org/hudson/job/SpamAssassin-trunk/) > > To install the NetAddr module, you could do it a few different ways: > > 1 - as root, run cpan NetAddr::IP or cpan install NetAddr::IP (depends on > the version of cpan bundle installed) > > 2 - or you could install it manually with the following commands as root > should work. > > cd/tmp/ > wget > http://www.peregrinehw.com/downloads/SpamAssassin/NetAddr-IP-4.044.tar.gz > tar zxvf /tmp/20070905SPAM/NetAddr-IP-4.044.tar.gz > cd NetAddr-IP-4.044/ > perl Makefile.PL > make test&& make install > > If you give us feedback on how that goes, we can then give you more > instructions for the other modules we would like. > > Regards, > KAM