ERROR: could not open extension control file \"/usr/share/postgresql/9.1/extension/postgis.control\": No such file or directory
Is what I get when I tr
You need to install postgresql-9.1-postgis-scripts. In Ubuntu or Debian, you need to run the following command as root:
postgresql-9.1-postgis-scripts
apt-get install postgresql-9.1-postgis-scripts
This adds the files needed to create the postgis extensions.
postgis