Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: yum breaks dependecies on upgrade (perl no-longer self-provides libperl.so) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240540 mpoly@xxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |mpoly@xxxxxxxxx Flag|needinfo? | ------- Additional Comments From mpoly@xxxxxxxxx 2007-08-09 05:42 EST ------- Here's another manifestation (FC6 machine, upgrade to FC7 using yum). Let me know if there is any other diagnostic info that I can provide. [root@delos /]# perl perl: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory [root@delos /]# rpm -q --whatprovides libperl.so perl-libs-5.8.8-18.fc7 [root@delos /]# yum install perl-libs Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Nothing to do [root@delos /]# rpm -e perl-libs-5.8.8-18.fc7 --nodeps [root@delos /]# yum -y install perl-libs Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction check ---> Package perl-libs.i386 4:5.8.8-18.fc7 set to be updated (snip) Installed: perl-libs.i386 4:5.8.8-18.fc7 Complete! [root@delos /]# perl perl: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory [root@delos /]# rpm -q --whatprovides libperl.so perl-libs-5.8.8-18.fc7 [root@delos /]# -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.