Do you have GD installed (Or AGG since mapserver 5) ? In my case, I dont need no another options, for my CENTOS 5 build of a nightbuild of mapserver 5 :
#installation of GD library ... yum install gd-devel #[... here installation of proj4, gdal, swig, ...] #And mapserver : wget http://download.osgeo.org/mapserver/nightly.tar.gz tar xzf nightly.tar.gz cd mapserver_dev/ ln -s /usr/lib/libgif.so.4 /usr/lib/libgif.so ln -s /usr/lib/libpng.so.3 /usr/lib/libpng.so ./configure --with-wfs --with-wfsclient --with-wmsclient --with-wms --with-proj=/usr/local --with-ogr=/usr/local/bin/gdal-config --with-gdal=/usr/local/bin/gdal-config --with-postgis --with-curl-config=/usr/bin/curl-config --with-geos=/usr/bin/geos-config --with-pdf=/usr/local --with-threads make [...] ----- Message d'origine ---- De : R. Ortner <[EMAIL PROTECTED]> À : [email protected] Envoyé le : Mardi, 18 Décembre 2007, 11h01mn 40s Objet : [UMN_MAPSERVER-USERS] ./configuration problem Hi, I´m trying to install mapserver 5 on my slackware linux. when I run the ./configuration without any optional settings, the jpeg support is -DUSE_JPEG. But when I try to add some options like: --with-postgis=/usr/bin/pg_config --with-gdal=/usr/bin/gdal-config --with-ogr=/usr/bin/gdal-config \ the jpeg support is empty. when i try to add jpeg with --with-jpeg there is still no jpeg enabled the same with the png support how do I have to specify this settings for jpeg and png? thx for help regards R.Ortner -- View this message in context: http://www.nabble.com/.-configuration-problem-tp14389894p14389894.html Sent from the Mapserver - User mailing list archive at Nabble.com. _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr
