[Mobilitydb-dev] Help with installation of PostGIS on a brand new machine

Esteban Zimanyi estebanzimanyi at gmail.com
Fri Jun 10 06:01:33 PDT 2022


Alas 'make' instead of 'make -j' does not solve the problem.

At the end of this message is the output of the '.configure' and 'sudo make
install' commands. There is no mention of postgis.control.

Nevertheless, this issue raised a question in my mind. As you know, the
first official MobilityDB 1.0 version was in April 2022, while the
release of PostGIS 2.5 version was in September 2018, 4 years before
MobilityDB release. Does it make sense to support such a version in
MobilityDB ?

As you may know, MobilityDB code is cluttered with numerous
#if POSTGIS_VERSION_NUMBER >= 30000
....
to cover the fact that version 3 is embedded in MobilityDB
https://lists.osgeo.org/pipermail/postgis-devel/2021-July/029042.html
while version 2.5 is external.

It would REALLY simplify our life to remove support for 2.5 and instead
invest this time in forward-looking projects such as libMEOS.

Please let us know your thoughts about this.

--------------------------------------------------------------------------------------
esteban at ESTEBAN-WORKSTATION:~/src/postgis-2.5.6$ ./configure
--without-raster --without-topology CFLAGS='-g -O0'
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to
x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for cpp... /usr/bin/cpp
checking if gcc supports -Wall... yes
checking if gcc supports -Wmissing-prototypes... yes
checking if gcc supports -ffloat-store... yes
checking if gcc supports --exclude-libs... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether isfinite is declared... yes
checking whether isfinite is declared... yes
checking for perl... /usr/bin/perl
checking for xsltproc... /usr/bin/xsltproc
checking for convert... no
configure: WARNING: ImageMagick does not seem to be installed.
Documentation cannot be built
checking for dblatex... /usr/bin/dblatex
checking for xmllint... /usr/bin/xmllint
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking CUnit/CUnit.h usability... no
checking CUnit/CUnit.h presence... no
checking for CUnit/CUnit.h... no
configure: WARNING: could not locate CUnit required for unit tests
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for libiconv_open in -liconv... no
checking for iconv_open in -lc... yes
checking for iconvctl... no
checking for libiconvctl... no
checking for pg_config... /usr/local/pgsql/12/bin/pg_config
checking PostgreSQL version... PostgreSQL 12.10
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for PQserverVersion in -lpq... yes
checking for xml2-config... /usr/bin/xml2-config
checking libxml/tree.h usability... yes
checking libxml/tree.h presence... yes
checking for libxml/tree.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking libxml/xpath.h usability... yes
checking libxml/xpath.h presence... yes
checking for libxml/xpath.h... yes
checking libxml/xpathInternals.h usability... yes
checking libxml/xpathInternals.h presence... yes
checking for libxml/xpathInternals.h... yes
checking for xmlInitParser in -lxml2... yes
checking for geos-config... /usr/local/bin/geos-config
checking GEOS version... 3.9.1dev
checking geos_c.h usability... yes
checking geos_c.h presence... yes
checking for geos_c.h... yes
checking for initGEOS in -lgeos_c... yes
checking for sfcgal-config... no
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for proj_api.h... yes
checking for pj_get_release in -lproj... yes
checking json/json.h usability... no
checking json/json.h presence... no
checking for json/json.h... no
checking json-c/json.h usability... yes
checking json-c/json.h presence... yes
checking for json-c/json.h... yes
checking for json_object_get in -ljson-c... yes
checking for PROTOBUFC... yes
checking protobuf-c/protobuf-c.h usability... yes
checking protobuf-c/protobuf-c.h presence... yes
checking for protobuf-c/protobuf-c.h... yes
checking for protobuf_c_message_init in -lprotobuf-c... yes
checking for protobuf_c_version in -lprotobuf-c... yes
checking protobuf-c version... 1003003
checking for protoc-c... /usr/bin/protoc-c
checking for PCRE... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
TOPOLOGY: Topology support disabled
RASTER: Raster support disabled
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating extensions/Makefile
config.status: creating extensions/postgis/Makefile
config.status: creating extensions/postgis_sfcgal/Makefile
config.status: creating extensions/postgis_topology/Makefile
config.status: creating extensions/postgis_tiger_geocoder/Makefile
config.status: creating extensions/address_standardizer/Makefile
config.status: creating liblwgeom/Makefile
config.status: creating liblwgeom/cunit/Makefile
config.status: creating liblwgeom/liblwgeom.h
config.status: creating libpgcommon/Makefile
config.status: creating libpgcommon/cunit/Makefile
config.status: creating postgis/Makefile
config.status: creating postgis/sqldefines.h
config.status: creating loader/Makefile
config.status: creating loader/cunit/Makefile
config.status: creating topology/Makefile
config.status: creating topology/test/Makefile
config.status: creating regress/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Makefile.comments
config.status: creating doc/html/image_src/Makefile
config.status: creating utils/Makefile
config.status: creating raster/Makefile
config.status: creating postgis_config.h
config.status: executing libtool commands
config.status: executing po-directories commands

  PostGIS is now configured for x86_64-pc-linux-gnu

 -------------- Compiler Info -------------
  C compiler:           gcc -g -O0
  SQL preprocessor:     /usr/bin/cpp -traditional-cpp -w -P

 -------------- Additional Info -------------
  Interrupt Tests:   DISABLED use: --with-interrupt-tests to enable

 -------------- Dependencies --------------
  GEOS config:          /usr/local/bin/geos-config
  GEOS version:         3.9.1dev
  PostgreSQL config:    /usr/local/pgsql/12/bin/pg_config
  PostgreSQL version:   PostgreSQL 12.10
  PROJ4 version:        63
  Libxml2 config:       /usr/bin/xml2-config
  Libxml2 version:      2.9.10
  JSON-C support:       yes
  protobuf-c support:   yes
  protobuf-c version:   1003003
  PCRE support:         yes
  Perl:                 /usr/bin/perl

 --------------- Extensions ---------------
  PostGIS Raster:       disabled
  PostGIS Topology:     disabled
  SFCGAL support:       disabled
  Address Standardizer support:       enabled

 -------- Documentation Generation --------
  xsltproc:             /usr/bin/xsltproc
  xsl style sheets:     /usr/share/xml/docbook/stylesheet/docbook-xsl
  dblatex:              /usr/bin/dblatex
  convert:
  mathml2.dtd:          /usr/share/xml/schema/w3c/mathml/dtd/mathml2.dtd

esteban at ESTEBAN-WORKSTATION:~/src/postgis-2.5.6$ make
--------------------------------------------------------------------------------------
esteban at ESTEBAN-WORKSTATION:~/src/postgis-2.5.6$ sudo make install
/usr/bin/perl utils/svn_repo_revision.pl
Can't fetch local revision (neither .svn nor .git found)
Not updating existing rev file at 0
for s in liblwgeom libpgcommon postgis regress   loader utils doc ; do \
        echo "---- Making all in ${s}"; \
        make -C ${s} all || exit 1; \
done;
---- Making all in liblwgeom
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/liblwgeom'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/liblwgeom'
---- Making all in libpgcommon
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/libpgcommon'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/libpgcommon'
---- Making all in postgis
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/postgis'
gcc -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Werror=vla -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv
-fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation
-g -O0 -fPIC -I../liblwgeom -g -O0 -I../libpgcommon  -I/usr/local/include
-I/usr/include/libxml2     -fPIC -I. -I./
-I/usr/local/pgsql/12/include/server -I/usr/local/pgsql/12/include/internal
 -D_GNU_SOURCE -I/usr/include/libxml2   -c -o vector_tile.pb-c.o
vector_tile.pb-c.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Werror=vla -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv
-fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation
-g -O0 -fPIC -I../liblwgeom -g -O0 -I../libpgcommon  -I/usr/local/include
-I/usr/include/libxml2     -fPIC -I. -I./
-I/usr/local/pgsql/12/include/server -I/usr/local/pgsql/12/include/internal
 -D_GNU_SOURCE -I/usr/include/libxml2   -c -o geobuf.pb-c.o geobuf.pb-c.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Werror=vla -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv
-fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation
-g -O0 -fPIC -shared -o postgis-2.5.so postgis_module.o lwgeom_accum.o
lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o
lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o
lwgeom_geos.o lwgeom_backend_api.o lwgeom_geos_prepared.o
lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o
lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geohash.o lwgeom_in_geojson.o
lwgeom_in_encoded_polyline.o lwgeom_triggers.o lwgeom_dump.o
lwgeom_dumppoints.o lwgeom_functions_lrs.o lwgeom_functions_temporal.o
lwgeom_rectree.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o
lwgeom_transform.o lwgeom_window.o gserialized_typmod.o
gserialized_gist_2d.o gserialized_gist_nd.o gserialized_spgist_2d.o
gserialized_spgist_3d.o brin_2d.o brin_nd.o brin_common.o
gserialized_estimate.o geography_inout.o geography_btree.o
geography_centroid.o geography_measurement.o geography_measurement_trees.o
geometry_inout.o postgis_libprotobuf.o vector_tile.pb-c.o geobuf.pb-c.o
mvt.o lwgeom_out_mvt.o geobuf.o lwgeom_out_geobuf.o
-L/usr/local/pgsql/12/lib    -Wl,--as-needed
-Wl,-rpath,'/usr/local/pgsql/12/lib',--enable-new-dtags
 ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a
 -L/usr/local/lib  -lgeos_c -lproj  -ljson-c -lprotobuf-c -lxml2  -lpcre
-Wl,--exclude-libs,ALL
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/postgis'
---- Making all in regress
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/regress'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/regress'
---- Making all in loader
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/loader'
Makefile:156: warning: overriding recipe for target 'check'
/usr/local/pgsql/12/lib/pgxs/src/makefiles/pgxs.mk:433: warning: ignoring
old recipe for target 'check'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/loader'
---- Making all in utils
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/utils'
chmod +x create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl
profile_intersects.pl test_estimation.pl test_joinestimation.pl
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/utils'
---- Making all in doc
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/doc'
PostGIS was built successfully. Ready to install.
make -C doc comments-install
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/doc'
make -f Makefile.comments install
make[2]: Entering directory '/home/esteban/src/postgis-2.5.6/doc'
/usr/bin/mkdir -p '/usr/local/pgsql/12/share/contrib/postgis-2.5'
/usr/bin/install -c -m 644  postgis_comments.sql raster_comments.sql
topology_comments.sql sfcgal_comments.sql
'/usr/local/pgsql/12/share/contrib/postgis-2.5/'
make[2]: Leaving directory '/home/esteban/src/postgis-2.5.6/doc'
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/doc'
for s in liblwgeom libpgcommon postgis regress   loader utils doc ; do \
        echo "---- Making install in ${s}"; \
        make -C ${s} install || exit 1; \
done;
---- Making install in liblwgeom
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/liblwgeom'
/usr/bin/install -c -d "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c liblwgeom.la
"/usr/local/lib/liblwgeom.la"
libtool: install: /usr/bin/install -c .libs/liblwgeom-2.5.so.0.0.0
/usr/local/lib/liblwgeom-2.5.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f liblwgeom-2.5.so.0.0.0
liblwgeom-2.5.so.0 || { rm -f liblwgeom-2.5.so.0 && ln -s
liblwgeom-2.5.so.0.0.0 liblwgeom-2.5.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f liblwgeom-2.5.so.0.0.0
liblwgeom.so || { rm -f liblwgeom.so && ln -s liblwgeom-2.5.so.0.0.0
liblwgeom.so; }; })
libtool: install: /usr/bin/install -c .libs/liblwgeom.lai /usr/local/lib/
liblwgeom.la
libtool: install: /usr/bin/install -c .libs/liblwgeom.a
/usr/local/lib/liblwgeom.a
libtool: install: chmod 644 /usr/local/lib/liblwgeom.a
libtool: install: ranlib /usr/local/lib/liblwgeom.a
libtool: finish:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin"
ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -d "/usr/local/include"
/usr/bin/install -c -m 0644 liblwgeom.h "/usr/local/include/liblwgeom.h"
/usr/bin/install -c -m 0644 liblwgeom_topo.h
"/usr/local/include/liblwgeom_topo.h"
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/liblwgeom'
---- Making install in libpgcommon
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/libpgcommon'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/libpgcommon'
---- Making install in postgis
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/postgis'
/usr/bin/mkdir -p '/usr/local/pgsql/12/lib'
/usr/bin/mkdir -p '/usr/local/pgsql/12/share/contrib/postgis-2.5'
/usr/bin/install -c -m 755  postgis-2.5.so '/usr/local/pgsql/12/lib/
postgis-2.5.so'
/usr/bin/install -c -m 644 .//../spatial_ref_sys.sql postgis.sql
postgis_for_extension.sql uninstall_postgis.sql postgis_upgrade.sql
postgis_upgrade_for_extension.sql postgis_proc_set_search_path.sql
legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql
'/usr/local/pgsql/12/share/contrib/postgis-2.5/'
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/postgis'
---- Making install in regress
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/regress'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/regress'
---- Making install in loader
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/loader'
Makefile:156: warning: overriding recipe for target 'check'
/usr/local/pgsql/12/lib/pgxs/src/makefiles/pgxs.mk:433: warning: ignoring
old recipe for target 'check'
/bin/bash ../libtool --mode=install /usr/bin/install -c pgsql2shp
"/usr/local/pgsql/12/bin/pgsql2shp"
libtool: install: /usr/bin/install -c .libs/pgsql2shp
/usr/local/pgsql/12/bin/pgsql2shp
/bin/bash ../libtool --mode=install /usr/bin/install -c shp2pgsql
"/usr/local/pgsql/12/bin/shp2pgsql"
libtool: install: /usr/bin/install -c .libs/shp2pgsql
/usr/local/pgsql/12/bin/shp2pgsql
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/loader'
---- Making install in utils
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/utils'
chmod +x create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl
profile_intersects.pl test_estimation.pl test_joinestimation.pl
/usr/bin/mkdir -p '/usr/local/pgsql/12/share/contrib/postgis-2.5'
/bin/bash ../build-aux/install-sh -m 644  postgis_restore.pl
'/usr/local/pgsql/12/share/contrib/postgis-2.5/'
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/utils'
---- Making install in doc
make[1]: Entering directory '/home/esteban/src/postgis-2.5.6/doc'
make -f Makefile.comments install
make[2]: Entering directory '/home/esteban/src/postgis-2.5.6/doc'
/usr/bin/mkdir -p '/usr/local/pgsql/12/share/contrib/postgis-2.5'
/usr/bin/install -c -m 644  postgis_comments.sql raster_comments.sql
topology_comments.sql sfcgal_comments.sql
'/usr/local/pgsql/12/share/contrib/postgis-2.5/'
make[2]: Leaving directory '/home/esteban/src/postgis-2.5.6/doc'
make[1]: Leaving directory '/home/esteban/src/postgis-2.5.6/doc'
esteban at ESTEBAN-WORKSTATION:~/src/postgis-2.5.6$
--------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mobilitydb-dev/attachments/20220610/8fd253df/attachment-0001.htm>


More information about the Mobilitydb-dev mailing list