yes, gd is installed: gd GD Support enabled GD Version bundled (2.0.34 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.1.9 GIF Read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XBM Support enabled
> Von: JS Ubei [mailto:[EMAIL PROTECTED] > Gesendet: Di 18.12.2007 11:37 > An: Ortner Reinhard; [email protected] > Betreff: Re : [UMN_MAPSERVER-USERS] ./configuration problem > > > 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 > > [...] > > > > > author="R. Ortner"> > 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-tp14389894p14391876.html Sent from the Mapserver - User mailing list archive at Nabble.com.
