<html style="direction: ltr;">
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>body
      p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="UTF-8" bgcolor="#FFFFFF"
    text="#000000">
    <p>The install_postgis.sh script explicitly sets PG_VERSION="8.4"
      but now, on Xubuntu 12.04 we have 9.1. Changing that version
      variable allowed the script to complete.</p>
    <p>Also the Sahana install script references a non-existant
      directory /usr/share/postgresql/8.4/contrib.</p>
    <p>THis should be 9.1, but since the PostGIS install script creates
      a template_postgis database, I think that running those contrib
      sql files is not necessary. It should be enough to add:</p>
    <p> -T template_postgis</p>
    <p>to the createdb line</p>
    <p>--</p>
    <p>Micha<br>
    </p>
    <p> </p>
  </body>
</html>