<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000066">
    On 12/2/2011 10:31 AM, Mathieu Baudier wrote:
    <blockquote cite="mid:1322847065.31801.24.camel@alma.localdomain"
      type="cite">
      <blockquote type="cite">
        <pre wrap=""># yum list xerces-c.x86_64
Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror
Installed Packages
xerces-c.x86_64                        2.7.0-8.el5
installed
Available Packages
xerces-c.x86_64                        2.8.0-1.el5.centos
extras

# yum update xerces-c.x86_64
Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.loosefoot.com
 * epel: mirror.cc.columbia.edu
 * extras: centos.mirrors.tds.net
 * updates: mirror.raystedman.net
Setting up Update Process
Resolving Dependencies
--&gt; Running transaction check
--&gt; Processing Dependency: libxerces-c.so.27()(64bit) for package:
gdal
---&gt; Package xerces-c.x86_64 0:2.8.0-1.el5.centos set to be updated
--&gt; Finished Dependency Resolution
gdal-1.8.0-4.el5.elgis.x86_64 from installed has depsolving problems
  --&gt; Missing Dependency: libxerces-c.so.27()(64bit) is needed by
package gdal-1.8.0-4.el5.elgis.x86_64 (installed)
Error: Missing Dependency: libxerces-c.so.27()(64bit) is needed by
package gdal-1.8.0-4.el5.elgis.x86_64 (installed)

</pre>
      </blockquote>
      <pre wrap="">
An explanation could be that xerces-c has been recently updated to 2.8
in CentOS Extras while gdal was built against xerces-c 2.7.

Update your file and exclude the xerces-c package from [extras]:
exclude=xerces-c

or disable [extras] completely:
enabled=0

Now yum will pick up the (2.7) version from EPEL as we expect.

Please tell us if it solved your problem.

</pre>
    </blockquote>
    I disabled [extras] completely and ran the update. It doesn't look
    like it could find anything new in the EPEL repo.<br>
    <tt><br>
      # yum update<br>
      Loaded plugins: allowdowngrade, changelog, downloadonly,
      fastestmirror<br>
      Loading mirror speeds from cached hostfile<br>
      &nbsp;* base: mirrors.serveraxis.net<br>
      &nbsp;* epel: mirror.cc.columbia.edu<br>
      &nbsp;* updates: mirror.wiredtree.com<br>
      base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      | 1.1 kB&nbsp;&nbsp;&nbsp;&nbsp; 00:00<br>
      updates&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      | 1.9 kB&nbsp;&nbsp;&nbsp;&nbsp; 00:00<br>
      Setting up Update Process<br>
      No Packages marked for Update<br>
    </tt><br>
    <br>
    - Bill Thoen<br>
    <br>
    <br>
  </body>
</html>