LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Getting errors while installing perl-dbi (https://www.linuxquestions.org/questions/linux-software-2/getting-errors-while-installing-perl-dbi-882469/)

bootleg550 05-24-2011 11:20 AM

Getting errors while installing perl-dbi
 
I’m receiving warnings and errors while trying to install perl-DBI.

Here’s the command line syntax and messages.

rpm -ivh perl-DBI-1.611-1.el5.pp.i386.rpm
warning: perl-DBI-1.611-1.el5.pp.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6971f6ac
error: Failed dependencies:
perl(RPC::PlClient) >= 0.2000 is needed by perl-DBI-1.611-1.el5.pp.i386
perl(RPC::PlServer) >= 0.2001 is needed by perl-DBI-1.611-1.el5.pp.i386

Here are the vitals:
Redhat V5(Centos)
Perl-DBI V. 1.611-1.el5.pp.i386 (trying to install)
cpan RPC::PlClient = (0.2020) (v2.25)
cpan RPC::PlServer = (0.2020) (v2.25)
Perl V. perl-5.8.8-32.el5_5.2

Should I try to uninstall PLClient & PlServer .02020 and try locate 0.2001?

I’m still working through this but any suggestion would be great!

Thanks.
Steve.

sundialsvcs 05-24-2011 12:14 PM

It might be most useful for you to pursue your question here:

http://www.perlmonks.org

(Please sign up for a user-account and join this very-active Perl community ... It's free, of course. Just don't be "anonymous.")

bootleg550 05-24-2011 12:56 PM

Thanks, I'll give it a try!

16pide 05-24-2011 01:59 PM

try this instead of rpm command:
Code:

yum install perl-DBI
yum is supposed to take care of dependencies (as long as you configured your repositories correctly


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