On 7 November 2016 at 21:33, Jyrki Von Karkki <[email protected]> wrote: > Hi all > > I'm having a bit of an issue with the postgresql/postgis driver on freebsd. > It simply does not appear installed.
How did you install GDAL? The PostgreSQL driver is not always available since it not compiled by default. If you are compiling GDAL from source, see --with-pg=ARG from the configure script. Also be sure to have the development headers for libpq. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
