Nick wrote:
> Trying to install postgis on LINUX machine [...]
>
> during ./configure of postGIS errors out looking for geos-config
>
> during ./configure of geos errors out looking for g++
>
> to the best of my knowledge g++ is part of gcc and we have a current
> version of the gcc compiler on
Why don't you use https://projects.commandprompt.com/public/pgcore ?
This repo provides a fonctionnal postgis rpm, and some more goodies.
If you really want to compile it yourself (bad idea, imho), you'll
need gcc-c++, and a quite a lot other packages.
Laurent.
--
Sent via pgsql-general mailing l
Trying to install postgis on LINUX machine, need to find the geos-
config file, as seems it is no where to be found after download of
postgis in the ./configure step, is there anyone that can give me a
clue on how to find this file? Ultimate goal is to get postgis working
so we can use geom data ty