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