[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-grass-general] Success - mapserver package test



Jon Saints a écrit :

Hi list

I just completed a successful test install of
mapserver with php mapscript using thomas' packages on
the mapserver wiki page. In less than ten minutes
everything was working.
"Install MapServer 4.2.2 and PHPMapScript from Debian
Binary Packages"
at
http://mapserver.gis.umn.edu/cgi-bin/wiki.pl?DebianLinux


Thomas, you asked for bug reports. the good news is
that i have none.  Is post gis connectivity possible?
Just for your info, My system specs are the following:

Debian sarge
apache2
php4

Thanks
Jon
Hi list,

Yes, mapserver is configure for postgis :

+	--prefix=/usr \
+	--without-tiff \ <- fix segfault with perl mapscript
I use gdal tiled tiff instead.
+	--with-eppl \
+	--enable-debug \
+	--without-pdf \ <- non-free libpdf
+	--with-freetype=/usr \
+	--with-zlib=/usr \
+	--with-png=/usr \
+ --with-xpm=/usr \ + --with-jpeg=/usr \
+	--with-gd=/usr \
+	--with-freetype \
+	--with-gdal \ <- modified gdal package for unsing Geojp2
+	--with-ogr \
+	--with-proj \
+	--with-postgis \
+	--with-wmsclient \
+	--with-wfs \
+	--with-wfsclient \
+ --with-php=/usr/include/php4 \ <- build only with php-cgi build header, configure with regex = system
+	--with-threads <- alow to load php mapscript with php as
an apache module (but that's not recomended)


cgi binary, php/perl/python mapscript is provided, but not tcl / ruby / java mapscript.

   Thomas



Reply to: