UMN MapServer Installaton unter Suse 9.0
GISWiki - Das freie Portal für Geoinformatik (GIS)
von Mike Elstermann aus der mapserver-mailinglist
ich habe mir mal folgendes "kochbuch" gemacht uns damit ganz gute erfahrungen. die installation hat schon auf verschiedensten "GISten" (GKiste=Server) funktioniert.
-> jetzt mit Unterstützung von PROJ.4, WMS, OGR
0. Systemvoraussetzungen: Gcc, gcc++ make freetype + devel zlib + devel libpng + devel gd + devel readline + devel bison flex 1. GD2.0.15 ./configure make make install 2. GEOS ./configure make make install /sbin/ldconfig 3. PostgreSQL ./configure make make install user postgres via yast hizufügen mkdir /usr/local/pgsql/data chown postgres /usr/local/pgsql/data su - postgres /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data & /usr/local/pgsql/bin/createdb test /usr/local/pgsql/bin/psql test 4. PostGIS Kopieren ins CONTRIB-Verzeichnis der Quellen des PostgreSQL tar -xvf im Makefile „USR_PROJ=0" setzen, falls keine projection genutzt werden soll make make install createdb yourtestdatabase createlang plpgsql yourtestdatabase psql -d yourtestdatabase -f postgis.sql (im CONTRIB/POSTGIS-CVS-Pfad) psql -d yourtestdatabase -f spatial_ref_sys.sql 5. GDAL (v1.2.3) ./configure make make install 6. PROJ.4 (v4.4.8) ./configure make make install 7. Mapserver (v4.2.3) ./configure --with-postgis=/usr/local/pgsql/bin/pg_config --with-gd=/usr/local --with-png=/usr/local --with-proj=/usr/local --with-ogr=/usr/local/bin/gdal-config --with-gdal=/usr/local/bin/gdal-config make make install
Für Rückfragen stehe ich Ihnen gern zur Verfügung.
- mfg. Mike Elstermann mikeE., Teamleiter GIS/e-Solutions
- IT-Consult Halle GmbH, Bornknechtstraße 5, 06108 Halle (Saale)
- Sitz: Große Nikolaistraße 8
- Tel.: +49 345 221 4237, Fax: +49 345 221 4236, mobil: +49 160 71 545 02
- mike.elstermann@itc-halle.de ::: http://www.itc-halle.de
- GeoDaten Online? -> http://halgis.halle.de; http://umweltatlas.halle.de