I’m really banging my head off a wall now with this.
I’ve installed PostgreSQL from the DMG on the Postgres site. I now have version 9.1. I then used the Stack Builder to install the PostGIS extension.
But despite downloading and going through the Builder with no errors there’s no indication that it’s installed. No template, no PostGIS folder anywhere.
So I’ve tried installing PostGIS from source. It configures well but make keeps failing for PostGIS 1.5.3 and for 2.0.
The whole readout from terminal is here:
http://pastie.org/3685596
I’d really appreciate any help with this as I really need PostGIS installed. It seems to be a compile error with the appropriate libraries not being linked.
Can anyone give any hints?
I have the following MBP with 10.6.8:
I also have MacPorts,
libreadlineandlibxml2are located in the MacPorts destination folder, not system wide. I just like such setup.First I’ve built PostgreSQL 9.1.3 from sources:
Then I’ve downloaded and installed GEOS 3.3.2 and PROJ 4.7.0 (make sure to download
roj-datumgrid-1.5.zipand unzip it intoproj-4.7.0/nad):Finally, I’ve obtained the latest postGIS release 1.5.3 and compiled it:
I will not describe steps required to create spatially-enabled database.
I was building postGIS for the first time in fact.
Hope it helps 🙂
P.S. I can assist in this process if required, let me know.