Changes between Version 4 and Version 5 of UsersWikiPostGIS20Ubuntu1204
- Timestamp:
- 05/05/12 20:51:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Ubuntu1204
v4 v5 14 14 === Installation using the existing Sharpie Oneiric PPA (Personal Package Archive) === 15 15 16 The good news:following these steps *will* install PostGIS 2.0 successfully.16 '''The good news:''' following these steps *will* install PostGIS 2.0 successfully. 17 17 18 18 {{{ … … 24 24 }}} 25 25 26 The bad news: it still installs an older version of libGDAL - 1.7 - which is listed as "not recommended" in the [wiki:UsersWikiPostgreSQLPostGIS Support Matrix]. 27 libGDAL 1.9 is recommended. 26 '''The bad news:''' it still installs older versions of libGDAL and libGEOS than are recommended in the [wiki:UsersWikiPostgreSQLPostGIS Support Matrix]. 28 27 29 Tricky thing: libGDAL 1.9 has been built to depend on libGEOS 3.3.2, and libGEOS 3.3.3 is listed as the preferred library in the Support Matrix. 28 This install will install libGDAL 1.7, instead of the recommended 1.9. 29 30 First tricky thing: the existing Precise PPA for libGDAL 1.9 has been built to depend on libGEOS 3.3.2, and libGEOS 3.3.3 is listed as the preferred library in the Support Matrix. 31 32 Second tricky thing: the way apt works, if you install everything from apt, you will still not be able to take advantage of these newer libraries. The only way to do that will be to install everything from source, which will make updating versions a little trickier down the road. This is your fork in the road: work with what you can get in the packaged install listed above, or move forward using the steps below. 30 33 31 34 So, let's see if we can get all of the supporting libraries to the recommended versions.