Katja, This is a shot in the dark, but make sure that you do a "make clean" before your "make" just to be sure that some old options didn't get saved by accident. I have sometimes had this difficulty with Make.
HTH, r.b. Robert W. Burgholzer Surface Water Modeler Office of Water Supply and Planning Virginia Department of Environmental Quality [EMAIL PROTECTED] 804-698-4405 Open Source Modeling Tools: http://sourceforge.net/projects/npsource/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Katja Loffler Sent: Wednesday, May 14, 2008 12:51 PM To: [email protected] Subject: [mapserver-users] Mapserver configuration/installation problem Hello, I am Katja and I am new to mapserver and somehow fighting with the installation. I try to install it under Linux. All required packages are installed, I run ./configure --with-pdf --with-gdal --with-geos --with-png --with-jpeg --with-gif --with-wbmp --with-swf --with-svg --with-postgis=/usr/local/pgsql/bin/pg_config --with-ogr --with-shapefile --with-wfsclient --with-wcs --with-sos --with-proj=/usr/local/proj-4.6.0 --with-threads --with-httpd=/usr/sbin/httpd --with-geos=/usr/local/bin/geos-config --with-wms After that I get the output: MapServer is now configured for -------------- Compiler Info ------------- C compiler: gcc -O2 -fPIC -Wall C++ compiler: g++ -O2 -fPIC -Wall Debug: -DNEED_NONBLOCKING_STDERR Generic NINT: Threading support: -DUSE_THREAD -------------- Renderer Settings --------- zlib support: -DUSE_ZLIB png support: jpeg support: iconv support: -DUSE_ICONV AGG support: AGG Freetype support: Ming(flash) support: PDFLib support: -------------- Data Format Drivers ------- native tiff support: PostGIS support: -DUSE_POSTGIS Proj.4 support: -DUSE_PROJ EPPL7 support: -DUSE_EPPL ArcSDE support: OGR support: -DUSE_OGR GDAL support: -DUSE_GDAL GEOS support: -DUSE_GEOS Oracle Spatial support: FastCGI support: -------------- OGC Services -------------- WMS Server: -DUSE_WMS_SVR WMS Client: WFS Server: WFS Client: WCS Server: -DUSE_WCS_SVR SOS Server: -DUSE_SOS_SVR -------------- MapScript ----------------- PHP MapScript: no I do "make" and copy mapserv to /var/www/cgi-bin/ ... Now my problem: /var/www/cgi-bin/mapserv -v gives the following output: MapServer version 5.0.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=FREETYPE INPUT=TIFF INPUT=EPPL7 INPUT=JPEG INPUT=POSTGIS INPUT=SHAPEFILE just as I had not configured mapserver with the options I used. mapserver-config lookes fine - I can see the options I used with configure. What went wrong? Thanks a lot and regards! Katja _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
