Re: [gdal-dev] Compiling GDAL for Linux and enabling PGeo format

2022-07-27 Thread andy
Hi,
I have solved it, adding "--with-pgeo=yes"

Thank you to  Richard Greenwood for the private email about it.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


[gdal-dev] Compiling GDAL for Linux and enabling PGeo format

2022-07-25 Thread andy
Hi,
I have installed unixodbc and odbc-mdbtools:

```
sudo apt-get install unixodbc odbc-mdbtools
```

I compile myself GDAL in my Linux machine, but I must use an old 2.4.x
version.

Currently I configure it in this way

```
./configure --prefix=/usr/local --with-sqlite3=/usr/local
--with-spatialite=/usr/local --with-geos=/usr/local/bin/geos-config
--with-netcdf=/usr/local --with-proj
```

How to add PGeo support?

Thank you,

Andrea
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev