the-net wrote:
> anybody please!! :)
> 
> thanx a lot
> mario
> 
> 

This is actually a little harder then it should be. RedHat [and others] package 
LWP::UserAgent as part of a bigger package called perl-libwww-perl which has a 
lot of other things in it that are really not needed. If LWP::UserAgent is 
going to be a must for endian [that is if sa-update is a must] then either we 
need to build that package or build a spec file for just the LWP::UserAgent 
part.

As a test run I used cpan to install LWP::UserAgent on my development box. 
[cpan comes in the perl-extra pacakge]. It installs from CPAN and with a little 
extra cursing I was able to run sa-update.

THe trick to getting it to run is you must get the GPG Key in teh sa-update 
keychain.


curl -C - -O  http://spamassassin.apache.org/updates/GPG.KEY
mkdir /etc/spamassassin/sa-update-keys
chmod 0700 /etc/spamassassin/sa-update-keys
sa-update --gpghomedir /etc/spamassassin/sa-update-keys --import /root/GPG.KEY

Then run sa-update

sa-update --gpghomedir /etc/spamassassin/sa-update-keys

This will put everything in

/var/tmp/perl-Mail-SpamAssassin-buildroot/usr/var/spamassassin/3.001007/updates_spamassassin_org

Which is perhaps confusing and should be changed in the configuration.

At this point I'm not sure how important it is to get sa-update working but if 
you have to have you try the above steps to get it. When I have more time I 
might look at getting a rpm of just LWP::UserAgent built.

-Mike

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to