LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   perl modules failed dependencies (https://www.linuxquestions.org/questions/linux-software-2/perl-modules-failed-dependencies-276998/)

ziggie216 01-12-2005 02:26 PM

perl modules failed dependencies
 
i'm trying to get spamassassin setup but I keep running into this

[root@mail root]# rpm -Uvh perl-Mail-SpamAssassin-3.0.1-1.i386.rpm spamassassin-3.0.1-1.i386.rpm spamassassin-tools-3.0.1-1.i386.rpm

error: Failed dependencies:
perl(DBI) is needed by perl-Mail-SpamAssassin-3.0.1-1
perl(Date::Manip) is needed by spamassassin-tools-3.0.1-1
perl(Parse::Syslog) is needed by spamassassin-tools-3.0.1-1
perl(Statistics::Distributions) is needed by spamassassin-tools-3.0.1-1

I already have the modules DBI, Date::Manip, Parse::Syslog, and Statistics::Distributions installed. Is there something I need to do? like reload perl module database or something?

acid_kewpie 01-12-2005 02:28 PM

have you upgraded perl recently? if so you may find that those modules are sitting in the tree for the old version of perl, so can't be seen.

ziggie216 01-12-2005 02:32 PM

nope I dont remember that I did.. It's current version is 5.8.0. I usually avoid touching perl install/upgrades since I have the worst luck w/ it.

ziggie216 01-13-2005 01:12 PM

bump, any help on this? I usually intall perl moduels using cpan.. but it seems like rpm can not detect the installed modules

homestead1000 01-13-2005 02:50 PM

use CPAN. It's a much easier way to work with installing and updating perl modules


use:

perl -MCPAN -e -shell

ziggie216 01-14-2005 07:01 PM

I did.. but when i'm installing stuff using rpm it doesnt recognize it


All times are GMT -5. The time now is 10:39 PM.