<div dir="auto">It is a litte outdated, but these are the packages that were needed for running GeoMoose on Fedora 21.  CentOS might have slightly different package names depending on version but will be very similar.<div dir="auto"><br></div><div dir="auto"><pre style="font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;background-color:rgb(247,247,247);border-radius:3px;color:rgb(51,51,51)"><code style="font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:13.6px;padding:0px;margin:0px;background:transparent;border-radius:3px;border:0px;display:inline;line-height:inherit;word-wrap:normal">yum -y install httpd mapserver
yum -y install php php-mbstring php-mapserver php-sqlite3
yum -y install gdal
yum -y install proj proj-epsg proj-nad</code></pre><pre style="margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;background-color:rgb(247,247,247);border-radius:3px"><code style="padding:0px;margin:0px;background:transparent;border-radius:3px;border:0px;display:inline;line-height:inherit;word-wrap:normal"><font color="#333333" face="consolas, liberation mono, menlo, courier, monospace"><span style="font-size:13.6px">From: <a href="https://github.com/geomoose/geomoose/wiki/Quick-and-dirty-install-of-GeoMoose-from-source-on-Fedora-21">https://github.com/geomoose/geomoose/wiki/Quick-and-dirty-install-of-GeoMoose-from-source-on-Fedora-21</a></span></font></code></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Dec 8, 2016 12:57, "James Klassen" <<a href="mailto:klassen.js@gmail.com">klassen.js@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">What version of CentOS?<div dir="auto"><br></div><div dir="auto">One thing you need to watch out for in RHEL/CentOS is SELinux is usually enabled and limits what is allowed to run, especially if you don't install from packages. I haven't used CentOS in awhile so I don't know offhand what might need to be changed.<br><div dir="auto"><br></div><div dir="auto">Why aren't you using prebuilt packages for MapServer and MapScript?  I am pretty sure MapServer is available in EPEL [1].</div><div dir="auto"><br></div><div dir="auto">[1] <a href="https://fedoraproject.org/wiki/EPEL" target="_blank">https://fedoraproject.org/<wbr>wiki/EPEL</a></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Dec 8, 2016 11:51, "Janet Maina" <<a href="mailto:madamjanet92@gmail.com" target="_blank">madamjanet92@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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_con<wbr>fig 
--with-wfs--with-wmsclient--wi<wbr>th-wfsclient 
--with-php=/usr/local/bin/php7<wbr>0-config<br>..<br>configure: WARNING: unrecognized options: --with-wfs--with-wmsclient--wi<wbr>th-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<wbr>/ereg/ -c error.c  -fPIC -DPIC -o .libs/error.o<br>In file included from /usr/local/include/php56/main/<wbr>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/<wbr>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>
<br>______________________________<wbr>_________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/geomoose-users</a><br></blockquote></div></div>
</blockquote></div></div>