File tree Expand file tree Collapse file tree
CN/modules/ROOT/pages/v4.2
EN/modules/ROOT/pages/v4.2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ $ export PKG_CONFIG_PATH=$PROTOBUFC_HOME/lib:$PKG_CONFIG_PATH
8989
9090** 安装 PostGIS
9191```
92- $ wget https://download.osgeo.org/postgis/source/postgis-3.4.2 .tar.gz
93- $ tar -xvf postgis-3.4.2 .tar.gz
94- $ cd postgis-3.4.2
92+ $ wget https://download.osgeo.org/postgis/source/postgis-3.4.0 .tar.gz
93+ $ tar -xvf postgis-3.4.0 .tar.gz
94+ $ cd postgis-3.4.0
9595$ sh autogen.sh
9696$ ./configure --with-geosconfig=/usr/local/geos-3.9.2/bin/geos-config --with-projdir=/usr/local/proj-8.2.1 --with-gdalconfig=/usr/local/gdal-3.4.3/bin/gdal-config --with-protobufdir=/usr/local/protobuf-c-1.4.1 --with-pgconfig=/usr/local/ivorysql/ivorysql-4/bin/pg_config
9797$ make && make install
@@ -109,7 +109,7 @@ CREATE EXTENSION
109109ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'postgis';
110110 name | default_version | installed_version | comment
111111---------+-----------------+-------------------+------------------------------------------------------------
112- postgis | 3.4.2 | 3.4.2 | PostGIS geometry and geography spatial types and functions
112+ postgis | 3.4.0 | 3.4.0 | PostGIS geometry and geography spatial types and functions
113113(1 row)
114114```
115115
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ $ export PKG_CONFIG_PATH=$PROTOBUFC_HOME/lib:$PKG_CONFIG_PATH
8989
9090** Install PostGIS
9191```
92- $ wget https://download.osgeo.org/postgis/source/postgis-3.4.2 .tar.gz
93- $ tar -xvf postgis-3.4.2 .tar.gz
94- $ cd postgis-3.4.2
92+ $ wget https://download.osgeo.org/postgis/source/postgis-3.4.0 .tar.gz
93+ $ tar -xvf postgis-3.4.0 .tar.gz
94+ $ cd postgis-3.4.0
9595$ sh autogen.sh
9696$ ./configure --with-geosconfig=/usr/local/geos-3.9.2/bin/geos-config --with-projdir=/usr/local/proj-8.2.1 --with-gdalconfig=/usr/local/gdal-3.4.3/bin/gdal-config --with-protobufdir=/usr/local/protobuf-c-1.4.1 --with-pgconfig=/usr/local/ivorysql/ivorysql-4/bin/pg_config
9797$ make && make install
@@ -110,7 +110,7 @@ CREATE EXTENSION
110110ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'postgis';
111111 name | default_version | installed_version | comment
112112---------+-----------------+-------------------+------------------------------------------------------------
113- postgis | 3.4.2 | 3.4.2 | PostGIS geometry and geography spatial types and functions
113+ postgis | 3.4.0 | 3.4.0 | PostGIS geometry and geography spatial types and functions
114114(1 row)
115115```
116116
You can’t perform that action at this time.
0 commit comments