segunda-feira, 10 de novembro de 2008

Alguns configure para POSTGRES/POSTGIS/MAPSERVER/PHP

Para o POSTGIS
./configure \
--with-pgsql=/opt/PostgreSQL/8.3/bin/pg_config \
--with-geos \
--with-proj \


Para o PHP
./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-pgsql=/opt/PostgreSQL/8.3/bin \
--enable-soap \
--enable-zip \
--with-gd \
--with-jpeg-dir=/usr/local

Para o MapServer
./configure \
--with-wfs \
--with-wfsclient \
--with-wmsclient \
--with-gdal=/usr/local/bin/gdal-config \
--with-php=/usr/local/include/php \
--with-mygis=yes \
--with-postgis=/opt/PostgreSQL/8.3/bin/pg_config \
--with-proj

Nenhum comentário: