<div dir="ltr"><div><div><div>I have tried all my best to make identify and print button work but no success.<br></div>I think there is a simpler solution for doing this. <br></div>These are my configjure codes<br> mapserver-6.2.2]$ ./configure --prefix=$HOME --with-gif=no 
--with-fastcgi=no --with-proj --with-gdal --with-ogr 
--with-postgis=/usr/bin/pg_config 
--with-wfs--with-wmsclient--with-wfsclient 
--with-php=/usr/local/bin/php70-config<br>..<br>configure: WARNING: unrecognized options: --with-wfs--with-wmsclient--with-wfsclient<br><br>MapServer is now configured for x86_64-unknown-linux-gnu<br><br> -------------- Compiler Info ------------- <br>  C compiler:                gcc -O2   -Wall -Wdeclaration-after-statement -DNDEBUG <br>  C++ compiler:              g++ -O2   -Wall -DNDEBUG <br>  Debug:                     <br>  Generic NINT:              <br><br> -------------- Renderer Settings --------- <br>  OpenGL support:            <br>  zlib support:              <br>  png support:               -DUSE_PNG<br>  gif support:               <br>  jpeg support:              -DUSE_JPEG<br>  freetype support:          -DUSE_FREETYPE<br>  iconv support:             -DUSE_ICONV<br>  AGG support:               internal<br>  GD support:                <br>  Cairo (SVG,PDF) support:   <br>  Cairo SVG symbol support:  <br>  KML support:               <br><br> -------------- Support Libraries --------- <br>  Proj.4 support:            -DUSE_PROJ<br>  Proj Fastpaths:            <br>  Libxml2 support:           <br>  FriBidi support:           <br>  Curl support:              <br>  FastCGI support:           <br>  Exempi support:            <br>  Threading support:         <br>  GEOS support:              <br>  XML Mapfile support:        <br>  XSLT support:              <br>  EXSLT support:              <br><br> -------------- Data Format Drivers ------- <br>  PostGIS support:           -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION<br>  ArcSDE support:            <br>  OGR support:               -DUSE_OGR<br>  GDAL support:              -DUSE_GDAL<br>  Oracle Spatial support:    <br><br> -------------- OGC Services -------------- <br>  WMS Server:                -DUSE_WMS_SVR<br>  WMS Client:                <br>  WFS Server:                <br>  WFS Client:                <br>  WCS Server:                <br>  SOS Server:                <br><br> -------------- MapScript ----------------- <br>  PHP MapScript:             yes<br>  Python MapScript:          no<br><br>However running make shows this,<br><br>lib -I/usr/local/include/php56/ext/ereg/ -c error.c  -fPIC -DPIC -o .libs/error.o<br>In file included from /usr/local/include/php56/main/php.h:39:0,<br>                 from php_mapscript.h:35,<br>                 from error.c:32:<br>error.c: In function 'zim_errorObj___get':<br>/usr/local/include/php56/Zend/zend_API.h:583:14: error: called object 'zend_error' is not a function or function pointer<br>    zend_error(E_ERROR, "String size overflow"); \<br><br></div>Kindly give me the link to Geomoose 3.x series too<br></div>