Changes between Version 137 and Version 138 of FAQ


Ignore:
Timestamp:
Nov 6, 2019, 2:00:44 PM (5 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v137 v138  
    9595
    9696 then make sure you use the [http://www.oracle.com/technetwork/java/javase/overview/index-jsp-136246.html SUN Java 6 SDK] and not the IBM one (which seems to come preinstalled on some distributions, and is buggy).
     97
     98=== When linking rasdaman I get processing dependency errors on grib
     99Phenomenon:
     100{{{
     101--> Processing Dependency: grib_api-devel for package: rasdaman-9.8.0-14.x86_64
     102Package grib_api-devel is obsoleted by eccodes-devel, but obsoleting package does not provide for requirements
     103--> Processing Dependency: grib_api for package: rasdaman-9.8.0-14.x86_64
     104Package grib_api-1.12.3-5.el7.x86_64 is obsoleted by eccodes-2.9.2-1.el7.x86_64 which is already installed
     105---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
     106---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
     107--> Finished Dependency Resolution
     108Error: Package: rasdaman-9.8.0-14.x86_64 (rasdaman)
     109           Requires: grib_api
     110           Available: grib_api-1.12.3-5.el7.x86_64 (epel)
     111               grib_api = 1.12.3-5.el7
     112Error: Package: rasdaman-9.8.0-14.x86_64 (rasdaman)
     113           Requires: grib_api-devel
     114           Available: grib_api-devel-1.12.3-5.el7.x86_64 (epel)
     115               grib_api-devel = 1.12.3-5.el7
     116You could try using --skip-broken to work around the problem
     117You could try running: rpm -Va --nofiles –nodigest
     118}}}
     119Remedy: Ignore the obsoleting packages and use the old version of grib:
     120{{{
     121yum install --exclude=eccodes* rasdaman.
     122}}}
    97123
    98124=== After installing I cannot find the documentation in the install directory ===