LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   yum error while installing packages (https://www.linuxquestions.org/questions/linux-newbie-8/yum-error-while-installing-packages-4175484999/)

sachin.davra 11-18-2013 07:56 AM

yum error while installing packages
 
what is the possible try to solve error given below.

Code:

# yum install perl-5.8.8-41.el5.i386
Loaded plugins: fastestmirror, protectbase, security
Loading mirror speeds from cached hostfile
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libperl.so()(64bit) for package: vim-enhanced
--> Processing Dependency: libperl.so()(64bit) for package: centos-ds-base
--> Processing Dependency: libperl.so()(64bit) for package: net-snmp
--> Processing Dependency: libperl.so()(64bit) for package: libpurple-perl
--> Processing Dependency: libperl.so()(64bit) for package: mod_perl
---> Package perl.i386 4:5.8.8-41.el5 set to be updated
--> Processing Dependency: libgdbm.so.2 for package: perl
--> Running transaction check
---> Package gdbm.i386 0:1.8.0-28.el5 set to be updated
--> Processing Dependency: libperl.so()(64bit) for package: vim-enhanced
--> Processing Dependency: libperl.so()(64bit) for package: centos-ds-base
--> Processing Dependency: libperl.so()(64bit) for package: net-snmp
--> Processing Dependency: libperl.so()(64bit) for package: libpurple-perl
--> Processing Dependency: libperl.so()(64bit) for package: mod_perl
--> Finished Dependency Resolution
2:vim-enhanced-7.0.109-7.2.el5.x86_64 from installed has depsolving problems
  --> Missing Dependency: libperl.so()(64bit) is needed by package 2:vim-enhanced-7.0.109-7.2.el5.x86_64 (installed)
centos-ds-base-8.2.8-2.el5.centos.x86_64 from installed has depsolving problems
  --> Missing Dependency: libperl.so()(64bit) is needed by package centos-ds-base-8.2.8-2.el5.centos.x86_64 (installed)
libpurple-perl-2.6.6-17.el5_9.1.x86_64 from installed has depsolving problems
  --> Missing Dependency: libperl.so()(64bit) is needed by package libpurple-perl-2.6.6-17.el5_9.1.x86_64 (installed)
1:net-snmp-5.3.2.2-20.el5.x86_64 from installed has depsolving problems
  --> Missing Dependency: libperl.so()(64bit) is needed by package 1:net-snmp-5.3.2.2-20.el5.x86_64 (installed)
mod_perl-2.0.4-6.el5.x86_64 from installed has depsolving problems
  --> Missing Dependency: libperl.so()(64bit) is needed by package mod_perl-2.0.4-6.el5.x86_64 (installed)
Error: Missing Dependency: libperl.so()(64bit) is needed by package mod_perl-2.0.4-6.el5.x86_64 (installed)
Error: Missing Dependency: libperl.so()(64bit) is needed by package libpurple-perl-2.6.6-17.el5_9.1.x86_64 (installed)
Error: Missing Dependency: libperl.so()(64bit) is needed by package centos-ds-base-8.2.8-2.el5.centos.x86_64 (installed)
Error: Missing Dependency: libperl.so()(64bit) is needed by package 1:net-snmp-5.3.2.2-20.el5.x86_64 (installed)
Error: Missing Dependency: libperl.so()(64bit) is needed by package 2:vim-enhanced-7.0.109-7.2.el5.x86_64 (installed)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest


acid_kewpie 11-18-2013 08:24 AM

Looks to me like you're trying to update one architecture of perl (i386) and not the other (x86_64). you need to at least keep them the same.

Why are you trying to do this? That's not a mainline package you seem to want... bad things would happen if you just crowbarred that in I'm sure.

sachin.davra 11-19-2013 12:04 AM

Quote:

Originally Posted by acid_kewpie (Post 5066586)
Looks to me like you're trying to update one architecture of perl (i386) and not the other (x86_64). you need to at least keep them the same.

Why are you trying to do this? That's not a mainline package you seem to want... bad things would happen if you just crowbarred that in I'm sure.

I think you are ryt. lemme check with 64 bit packages.

sachin.davra 11-19-2013 04:11 AM

Thnx guys it has been resolved.

how to mark it resolved?


All times are GMT -5. The time now is 01:26 PM.