Re: rpm installation and dependencies

2005-07-12 Thread sasa
Steve Sobol wrote: That's the way I'd do it. I'd much, MUCH rather install Perl modules via CPAN than have to go resolve RPM dependencies. If there's an RPM available that works with my distro, great! Otherwise... ..I have used YUM and the installation it's ok !! thanks. Salvatore.

Re: rpm installation and dependencies

2005-07-12 Thread jdow
From: sasa [EMAIL PROTECTED] Steve Sobol wrote: That's the way I'd do it. I'd much, MUCH rather install Perl modules via CPAN than have to go resolve RPM dependencies. If there's an RPM available that works with my distro, great! Otherwise... ..I have used YUM and the installation it's

rpm installation and dependencies

2005-07-08 Thread sasa
Hi, on Fedora Core 3 when execute: [EMAIL PROTECTED] ~]# rpmbuild -tb Mail-SpamAssassin-3.0.4.tar.gz error: Failed build dependencies: perl(Digest::SHA1) is needed by spamassassin-3.0.4-1.i386 [EMAIL PROTECTED] ~]# cpan Terminal does not support AddHistory. cpan shell -- CPAN exploration

Re: rpm installation and dependencies

2005-07-08 Thread Kai Schaetzl
Sasa wrote on Fri, 8 Jul 2005 16:27:11 +0200: ..before of to install Mail-SpamAssassin I have installed Digest::SHA1, therefore because I have an error Someone correct me, but I think the problem arises from the fact that you installed the Perl module via CPAN. The rpmbuild looks in the rpm

Re: rpm installation and dependencies

2005-07-08 Thread Jim Maul
Kai Schaetzl wrote: Sasa wrote on Fri, 8 Jul 2005 16:27:11 +0200: ..before of to install Mail-SpamAssassin I have installed Digest::SHA1, therefore because I have an error Someone correct me, but I think the problem arises from the fact that you installed the Perl module via CPAN. The

Re: rpm installation and dependencies

2005-07-08 Thread Jim Maul
sasa wrote: Jim Maul wrote: http://perl.arix.com/cpan2rpm/ ..with this (cpan2rpm) I can remove to perl module installed with cpan method ?? still thanks. Salvatore. I really dont know. I've never used it myself, i just googled cpan rpm and i found that. -Jim