Hi,<div>I'm trying to install the new release from the RPMs found on the PostgreSQL website and having trouble with missing dependencies.</div><div><br></div><div>The particulars:</div><div><br></div><div>Installing on RHEL 6 x86_64</div>
<div><br></div><div>I've set up my yum.conf and rhnplugin.conf as directed on <a href="http://wiki.postgresql.org/wiki/YUM_Installation">http://wiki.postgresql.org/wiki/YUM_Installation</a></div><div><br></div><div>and i can get the list using </div>
<div>yum list postgis2_91*</div><div><br></div><div>however, when trying to install, it gets as far as checking the dependencies for gdal and starts giving error messages. Where should I be looking to resolve these dependencies?</div>
<div><br></div><div><br></div><div><div>$ sudo yum install postgis2_91</div><div>Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager</div><div>Updating certificate-based repositories.</div><div>
<br></div><div>Setting up Install Process</div><div>Resolving Dependencies</div><div>--> Running transaction check</div><div>---> Package postgis2_91.x86_64 0:2.0.0-1.rhel6 will be installed</div><div>--> Processing Dependency: proj for package: postgis2_91-2.0.0-1.rhel6.x86_64</div>
<div>--> Processing Dependency: geos for package: postgis2_91-2.0.0-1.rhel6.x86_64</div><div>--> Processing Dependency: libgeos_c.so.1()(64bit) for package: postgis2_91-2.0.0-1.rhel6.x86_64</div><div>--> Processing Dependency: libgdal.so.1()(64bit) for package: postgis2_91-2.0.0-1.rhel6.x86_64</div>
<div>--> Processing Dependency: libproj.so.0()(64bit) for package: postgis2_91-2.0.0-1.rhel6.x86_64</div><div>--> Running transaction check</div><div>---> Package gdal.x86_64 0:1.7.2-1.el6 will be installed</div>
<div>--> Processing Dependency: libdapclient.so.3()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div><div>--> Processing Dependency: librx.so.0()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div><div>--> Processing Dependency: libogdi.so.3()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div>
<div>--> Processing Dependency: libgeotiff.so.1.2()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div><div>--> Processing Dependency: libdap.so.11()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div><div>--> Processing Dependency: <a href="http://libxerces-c-3.0.so">libxerces-c-3.0.so</a>()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div>
<div>--> Processing Dependency: libcfitsio.so.0()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div><div>--> Processing Dependency: libdapserver.so.7()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div><div>--> Processing Dependency: libhdf5.so.6()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div>
<div>--> Processing Dependency: libnetcdf.so.6()(64bit) for package: gdal-1.7.2-1.el6.x86_64</div><div>---> Package geos.x86_64 0:3.3.3-1.rhel6 will be installed</div><div>---> Package proj.x86_64 0:4.7.0-1.rhel6 will be installed</div>
<div>--> Finished Dependency Resolution</div><div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: libgeotiff.so.1.2()(64bit)</div><div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div>
<div>           Requires: libdap.so.11()(64bit)</div><div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: libnetcdf.so.6()(64bit)</div><div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div>
<div>           Requires: <a href="http://libxerces-c-3.0.so">libxerces-c-3.0.so</a>()(64bit)</div><div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: libdapclient.so.3()(64bit)</div><div>
Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: libogdi.so.3()(64bit)</div><div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: librx.so.0()(64bit)</div><div>
Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: libhdf5.so.6()(64bit)</div><div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: libdapserver.so.7()(64bit)</div>
<div>Error: Package: gdal-1.7.2-1.el6.x86_64 (pgdg91)</div><div>           Requires: libcfitsio.so.0()(64bit)</div><div> You could try using --skip-broken to work around the problem</div><div> You could try running: rpm -Va --nofiles --nodigest</div>
</div><div><br></div>