我已按照此处的说明安装 PostGIS http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS21UbuntuPGSQL93Apt但是当我去创建扩展时,我得到了以下错误。我正在使用 PostgreSQL 9.3.2 和 Ubuntu 12.04。扩展名也不会出现在 pgadmin3 的下拉列表中。
# create extension postgis;
ERROR: could not open extension control file "/opt/PostgreSQL/9.3/share/postgresql/extension/postgis.control": No such file or directory