I'm mostly sure that the configure script is right, because we use it on Ubuntu Karmic.
You can see the the configure options used to build the package on karmic there: http://svn.debian.org/wsvn/pkg- grass/packages/mapserver/tags/5.6.0%2Bfinal-1/debian/rules I don't see "--with-png" in your config options... you should add it if you want the support. Otherwise, I suggest to take a look at the "config.log" file to see what's happen in detail. Hope this help. Alan On January 7, 2010 07:42:29 am Vasile Cristian Stan wrote: > Thanks Alan > > The packages are installed. > ii libjpeg62-dev 6b-14build1 Development files for the IJG JPEG > library > ii libpng12-dev 1.2.37-1 PNG library - development > > Also, I tried to configure using another script presented here: > http://n2.nabble.com/Error-running-configure-on-a-Linux-machine-td3278036.h > tml#a3278036 , and with this script jpeg and png works but the rest of > packages are not included. > So, there are no problems with the packages, maybe the configuration script > is wrong. > > # Vasi > > Alan Boudreault wrote: > > I would suggest to verify with the dpkg command line if the packages > > > > |libpng12-dev and ||libjpeg62-dev |are installed. > > > > You can also take a look to these binarie packages: > > https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable , which > > contain mapserver 5.6.0. > > > > Alan > > > > luftadler wrote: > >> Hi everyone, > >> > >> I try to install MapServer 5.6.0, for the first time, on my machine > >> (using > >> Ubuntu 9.10). > >> The problem is that my configuration don't find few installed libraries > >> like: png and jpeg. > >> > >> My configuration script: > >> > >> ./configure \ > >> --enable-debug \ > >> --prefix=/usr \ > >> --with-xml2 \ > >> --with-pdf \ > >> --with-gd \ > >> --with-jpeg \ > >> --with-freetype \ > >> --with-agg \ > >> --with-eppl \ > >> --with-proj \ > >> --with-threads \ > >> --with-sde \ > >> --with-geos \ > >> --with-ogr \ > >> --with-gdal \ > >> --with-tiff \ > >> --with-postgis \ > >> --with-wfs \ > >> --with-wcs \ > >> --with-wmsclient \ > >> --with-wfsclient \ > >> --with-sos \ > >> --with-fribidi-config \ > >> --with-php=/usr/include/php5 \ > >> --with-httpd=/usr/sbin/apache2 \ > >> > >> ______________________________________________ > >> MapServer is now configured for > >> > >> -------------- Compiler Info ------------- > >> C compiler: gcc -g -fPIC -Wall > >> C++ compiler: g++ -g -fPIC -Wall > >> Debug: -g > >> Generic NINT: > >> > >> -------------- Renderer Settings --------- > >> OpenGL support: > >> zlib support: -DUSE_ZLIB > >> png support: > >> palette rgba png support: > >> jpeg support: > >> iconv support: -DUSE_ICONV > >> AGG support: -DUSE_AGG > >> Cairo (SVG,PDF) support: > >> Ming(flash) support: > >> PDFLib support: -DUSE_PDF > >> > >> -------------- Support Libraries --------- > >> Proj.4 support: -DUSE_PROJ > >> Libxml2 support: -DUSE_LIBXML2 > >> FriBidi support: -DUSE_FRIBIDI > >> Curl support: -DUSE_CURL > >> FastCGI support: > >> Threading support: -DUSE_THREAD > >> GEOS support: -DUSE_GEOS -DGEOS_HAS_SIMPLIFY > >> > >> -------------- Data Format Drivers ------- > >> native tiff support: -DUSE_TIFF > >> PostGIS support: -DUSE_POSTGIS > >> EPPL7 support: -DUSE_EPPL > >> ArcSDE support: > >> OGR support: -DUSE_OGR > >> GDAL support: -DUSE_GDAL > >> Oracle Spatial support: > >> > >> -------------- OGC Services -------------- > >> WMS Server: -DUSE_WMS_SVR > >> WMS Client: -DUSE_WMS_LYR > >> WFS Server: -DUSE_WFS_SVR > >> WFS Client: -DUSE_WMS_LYR > >> WCS Server: -DUSE_WCS_SVR > >> SOS Server: -DUSE_SOS_SVR > >> > >> -------------- MapScript ----------------- > >> PHP MapScript: yes > >> ___________________________________________ > >> > >> #Vasi > -- Alan Boudreault Mapgears http://www.mapgears.com _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
