Changes between Version 139 and Version 140 of FAQ


Ignore:
Timestamp:
Jan 28, 2020, 3:22:22 PM (4 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v139 v140  
    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).
    9797
    98 === When linking rasdaman I get processing dependency errors on grib
     98=== When installing rasdaman on CentOS 7 I get processing dependency errors on grib
    9999Phenomenon:
    100100{{{
     
    119119Remedy: Ignore the obsoleting packages and use the old version of grib:
    120120{{{
    121 yum install --exclude=eccodes* rasdaman.
     121yum install --exclude=eccodes* rasdaman
     122}}}
     123If this fails, alternatively try
     124{{{
     125yum install --setopt=obsoletes=0 rasdaman
    122126}}}
    123127