Re: Migrate dependencies problem

2006-09-29 Thread Kelson

Philippe Couas wrote:
4 rpm -Uvh spamassassin-3.1.5-1.rh9.rf.i386.rpm 

...
Where could i found theses perls optional packages, and how install 
them ?


I see you're using the RPMForge packages (or possibly a subset like 
FreshRPMs or DAG).  If an RPMForge package has dependencies, you will 
find those dependencies either in the base Red Hat 9 system, or in 
RPMForge itself.


Your best bet is to install yum and the rpmforge-release package, then 
use yum to install spamassassin.  It will automatically pick up the 
dependencies.


(Incidentally, you might want to consider moving to something a bit 
more...well, supported than Red Hat 9.  Even Fedora Legacy is dropping 
it at the end of the year.  Centos 3 www.centos.org is a good bet, 
since it's based on RHEL 3, which is based on RH9, and will continue to 
get security updates through 2010.)


--
Kelson Vibber
SpeedGate Communications www.speed.net


Migrate dependencies problem

2006-09-27 Thread Philippe Couas
Title: Message



Hi, 


I want Migrate from 
SpamAssasin 2.63 to 3.15.1 on my MailServer on Redhat9

1 i use perl 
5.8.0
2 i have stoped 
spamd
3 run "sa-relearn 
--rebuild"
4 rpm -Uvh 
spamassassin-3.1.5-1.rh9.rf.i386.rpm 

 
warning: spamassassin-3.1.5-1.rh9.rf.i386.rpm: V3 DSA signature: NOKEY, key 
ID 
6b8d79e6 
error: Failed 
dependencies: 
 perl(Digest::SHA1) is needed by 
spamassassin-3.1.5-1.rh9.rf 
 perl(Net::DNS) is needed by 
spamassassin-3.1.5-1.rh9.rf 
 perl(Time::HiRes) is needed by 
spamassassin-3.1.5-1.rh9.rf 


 
Where could i found theses perls optional packages, and how install them 
?

Regards 

Philippe



Philippe COUAS
Responsable Développement
INFODEV S.A.



RE: Migrate dependencies problem

2006-09-27 Thread Sietse van Zanen
Title: Message



It's best to use cpan for this. It's very easy to use and will automagically resolve any dependencies.

Other way is find the modules on http://rpmfind.net/
Specify your search as perl-net-dns etc.

-Sietse



From: Philippe CouasSent: Wed 27-Sep-06 16:15To: users@spamassassin.apache.orgSubject: Migrate dependencies problem

Hi, 

I want Migrate from SpamAssasin 2.63 to 3.15.1 on my MailServer on Redhat9

1 i use perl 5.8.0
2 i have stoped spamd
3 run "sa-relearn --rebuild"
4 rpm -Uvh spamassassin-3.1.5-1.rh9.rf.i386.rpm 
 warning: spamassassin-3.1.5-1.rh9.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed dependencies:  perl(Digest::SHA1) is needed by spamassassin-3.1.5-1.rh9.rf  perl(Net::DNS) is needed by spamassassin-3.1.5-1.rh9.rf  perl(Time::HiRes) is needed by spamassassin-3.1.5-1.rh9.rf 

 Where could i found theses perls optional packages, and how install them ?

Regards 
Philippe



Philippe COUAS
Responsable Développement
INFODEV S.A.



RE: Migrate dependencies problem

2006-09-27 Thread Benny Pedersen

On Wed, September 27, 2006 16:26, Sietse van Zanen wrote:
 It's best to use cpan for this. It's very easy to use and will automagically 
 resolve any
 dependencies.

just one problem with cpan is it will not solve rpm depndice

 Other way is find the modules on http://rpmfind.net/
 Specify your search as perl-net-dns etc.

package maintainer needs to make it better


-- 
This message was sent using 100% recycled spam mails.



RE: Migrate dependencies problem

2006-09-27 Thread Bowie Bailey
Benny Pedersen wrote:
 On Wed, September 27, 2006 16:26, Sietse van Zanen wrote:
  It's best to use cpan for this. It's very easy to use and will
  automagically resolve any dependencies.
 
 just one problem with cpan is it will not solve rpm depndice
 
  Other way is find the modules on http://rpmfind.net/
  Specify your search as perl-net-dns etc.
 
 package maintainer needs to make it better

I attempted to install SA via rpm one time.  After fighting with Perl
module dependencies for a couple of hours, I gave up and installed it
with a single CPAN command.

-- 
Bowie