Bug 448976

Summary: Update to libc-client breaks php-imap
Product: [Fedora] Fedora Reporter: Jonathan S. Shapiro <shap>
Component: libc-clientAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-29 19:24:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan S. Shapiro 2008-05-29 18:59:16 UTC
It appears that there is a package update problem. php-imap wants
libc-client2006, which provides libc-client.so.2006. If libc-client2006 is
present, yum update attempts to replace it with libc-client, which does NOT
provide libc-client.so.2006. I had not observed a problem with this prior to
php-imap 5.2.4-3, so it may conceivably be a problem with that package, but this
smells like a case where yum update is incorrectly analyzing package replacement
rules.

I have marked this "high" because it breaks updates in general and because
php-imap is widely used.

You ought to be able to repeat this by:

  rpm -e libc-client2006 php-imap
  yum install php-imap # pulls in libc-client2006
  yum update # tries to update to libc-client

Comment 1 Rex Dieter 2008-05-29 19:24:16 UTC

*** This bug has been marked as a duplicate of 447184 ***