Changes between Version 23 and Version 24 of UsersWikiPostGIS20Ubuntu1204

Show
Ignore:
Timestamp:
08/03/12 00:53:52 (10 months ago)
Author:
rangoy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1204

    v23 v24  
    1717sudo apt-get install python-software-properties 
    1818sudo apt-add-repository ppa:sharpie/for-science 
    19 sudo apt-add-repository ppa:sharpie/postgis-nightly 
     19sudo apt-add-repository ppa:sharpie/postgis-stable 
     20sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable 
    2021sudo apt-get update 
    21 sudo apt-get install postgresql-9.1-postgis 
    22 }}} 
    23  
    24 '''The bad news:''' well... it's not really that bad, but the PPA above still installs older versions of libGDAL and libGEOS than are recommended in the [wiki:UsersWikiPostgreSQLPostGIS Support Matrix].  
    25  
    26 The packages above install will install libGDAL 1.7, instead of the recommended 1.9. It also installs libeGEOS 3.3.2, instead of the recommended 3.3.3. 
    27  
    28 So, let's see if we can get all of the supporting libraries to the recommended versions. 
     22sudo apt-get install postgresql-9.1-postgis2  
     23 
     24}}} 
     25 
     26'''The bad news:''' well... it's not really that bad, but this depends on the unstable repository for ubuntugis (gdal 1.9 etc).  
    2927 
    3028=== Complete installation using a combination of packages and sources ===