| 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. |
| | 22 | sudo 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). |