MapServer 4.7-cvs在ubuntu 5.04下的安装
Posted on 2005-07-04 in MapServer | 3 Comments » Trackback URI
首先从CVS下载最新版本。
然后配置:
./configure --with-ogr --with-gdal --with-geos --with-proj --with-postgis --with-php=/usr/include/php4 --with-freetype
然后,编译,遇到一个错误,byacc参数错误。
郁闷。
后发现若安装了bison后就可以解决此错误。
sudo apt-get install bison
看看结果:
./mapserv -v
MapServer version 4.7 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=GEOS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
3 Responses
Give me a Mapserver 4.7.0 Source Code
if you want to download the mapserver source code, please visit http://mapserver.gis.umn.edu/, and you download the stable code or the latest code from their cvs repository.
[...] 新的debian sarge testing版本中也是同样的问题。 编译方法同上个版本,参考:http://blog.mygis.org/98/ This entry was posted on Friday, November 4th, 2005 at 2:12 am and is filed unde [...]