Hello,
I was able to run the configure finally with the option to download proj/geos and other latest packages to get support for MVT. Not sure what I am missing here ? Is there a full RPM package for 3.1.3 with MVT Support for CENTOS 7 ? as normal PostGIS yum install doesn't allow MVT functions . make had same error So ran make - i ( To ignore error ) make check gives the same error so i guess will not work . Ran configure with options : ./configure --with-pgconfig=/usr/pgsql-13/bin/pg_config --with-geosconfig=/apps/geos/geos-3.9.1/tools/geos-config --with-protobuf-inc=/usr/local/include/google/protobuf-c --with-protobufdir=/apps/protobuf/protobuf-c-master/protobuf-c -with-protobuf-lib=/usr/local/lib --with-gdalconfig=/usr/gdal32/bin/gdal-config config.log last few lines output #define PGSQL_LOCALEDIR "/usr/pgsql-13/share/locale" #define HAVE_LIBPQ 1 #define POSTGIS_PGSQL_VERSION 130 #define POSTGIS_PGSQL_HR_VERSION 13.0 #define HAVE_LIBXML_TREE_H 1 #define HAVE_LIBXML_PARSER_H 1 #define HAVE_LIBXML_XPATH_H 1 #define HAVE_LIBXML_XPATHINTERNALS_H 1 #define HAVE_LIBXML2 1 #define POSTGIS_LIBXML2_VERSION "2.9.1" #define HAVE_LIBGEOS_C 1 #define POSTGIS_GEOS_VERSION 39 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define POSTGIS_PROJ_VERSION 81 #define HAVE_LIBPROJ 1 #define HAVE_LIBPROTOBUF_C 1 #define HAVE_PROTOBUF_C_VERSION 1 #define HAVE_LIBPROTOBUF 1 #define LIBPROTOBUF_VERSION 1004000 #define PARANOIA_LEVEL 0 #define POSTGIS_VERSION "3.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1" #define POSTGIS_LIB_VERSION "3.1.3dev" #define POSTGIS_BUILD_DATE "2021-08-31 19:43:37" #define POSTGIS_SCRIPTS_VERSION "3.1.3dev" #define POSTGIS_RASTER_WARN_ON_TRUNCATION 0 #define POSTGIS_GDAL_VERSION 32 #define HAVE_GDAL_H 1 #define HAVE_OGR_API_H 1 #define HAVE_CPL_CONV_H 1 #define HAVE_CXX11 1 #define HAVE_WAGYU 1 configure: exit 0 v # make check ! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \ grep -v lwin_wkt_lex.c | \ grep -v lwin_wkt_parse | \ grep -v lookup3 | \ grep -v vector_tile.pb-c | \ grep -v postgis/sqldefines.h | \ grep -v deps/ | \ xargs grep -n '[[:space:]]$' /usr/bin/perl utils/repo_revision.pl fatal: Not a git repository (or any parent up to mount point /apps) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Can't determine revision from git log Not updating existing rev file at fd0cef4 for s in liblwgeom libpgcommon postgis regress raster topology loader utils doc extensions deps; do \ echo "---- Making all in ${s}"; \ make -C ${s} all || exit 1; \ done; ---- Making all in liblwgeom make[1]: Entering directory `/apps/postgis/postgis-3.1.3dev/liblwgeom' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/apps/postgis/postgis-3.1.3dev/liblwgeom' ---- Making all in libpgcommon make[1]: Entering directory `/apps/postgis/postgis-3.1.3dev/libpgcommon' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/apps/postgis/postgis-3.1.3dev/libpgcommon' ---- Making all in postgis make[1]: Entering directory `/apps/postgis/postgis-3.1.3dev/postgis' /usr/bin/protoc-c --c_out=. vector_tile.proto vector_tile.proto:21:13: Expected "required", "optional", or "repeated". vector_tile.proto:21:30: Missing field number. make[1]: *** [vector_tile.pb-c.c] Error 1 make[1]: Leaving directory `/apps/postgis/postgis-3.1.3dev/postgis' make: *** [all] Error 1
_______________________________________________ postgis-users mailing list postgis-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/postgis-users