Mapserver & Postgis

2011-02-22 Thread Greg Mc Randal
Hi, Had a bit of a dig into the src rpm of Fedora 14's Mapserver, seems the guys there run for makefile in `find . -type f -name 'Makefile'`; do sed -i 's|-lpgport||g' $makefile done After they do the ./configure part! Well seems to work... Greg ** Legal Notice *

Mapserver & Postgis

2011-02-21 Thread Greg Mc Randal
Hi, I've been tasked with compiling Mapserver on Fedora 14 so that it can support Oracle. Thing is I'd like it to support PostGIS too. Calling ./configure with --with-postgis seems to work ok, returns " PostGIS support: -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION", but then make gives t