File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
CN/modules/ROOT/pages/v4.2
EN/modules/ROOT/pages/v4.2 Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ $ export PKG_CONFIG_PATH=$PROTOBUFC_HOME/lib:$PKG_CONFIG_PATH
89
89
90
90
** 安装 PostGIS
91
91
```
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
95
95
$ sh autogen.sh
96
96
$ ./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
97
97
$ make && make install
@@ -109,7 +109,7 @@ CREATE EXTENSION
109
109
ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'postgis';
110
110
name | default_version | installed_version | comment
111
111
---------+-----------------+-------------------+------------------------------------------------------------
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
113
113
(1 row)
114
114
```
115
115
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ $ export PKG_CONFIG_PATH=$PROTOBUFC_HOME/lib:$PKG_CONFIG_PATH
89
89
90
90
** Install PostGIS
91
91
```
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
95
95
$ sh autogen.sh
96
96
$ ./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
97
97
$ make && make install
@@ -110,7 +110,7 @@ CREATE EXTENSION
110
110
ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'postgis';
111
111
name | default_version | installed_version | comment
112
112
---------+-----------------+-------------------+------------------------------------------------------------
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
114
114
(1 row)
115
115
```
116
116
You can’t perform that action at this time.
0 commit comments