Changes between Version 139 and Version 140 of FAQ
- Timestamp:
- Jan 28, 2020, 3:22:22 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v139 v140 96 96 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 97 98 === When linking rasdamanI get processing dependency errors on grib98 === When installing rasdaman on CentOS 7 I get processing dependency errors on grib 99 99 Phenomenon: 100 100 {{{ … … 119 119 Remedy: Ignore the obsoleting packages and use the old version of grib: 120 120 {{{ 121 yum install --exclude=eccodes* rasdaman. 121 yum install --exclude=eccodes* rasdaman 122 }}} 123 If this fails, alternatively try 124 {{{ 125 yum install --setopt=obsoletes=0 rasdaman 122 126 }}} 123 127