<div dir="ltr"><a href="http://mapserver.org/development/announce/6-2.html#noteworthy-changes-which-could-affect-exisiting-applications">http://mapserver.org/development/announce/6-2.html#noteworthy-changes-which-could-affect-exisiting-applications</a><br>
<div><br></div><div style>Agreed, this isn't very clear for the mapscripts, but you have to run make install so the mapscript files get copied/installed to your php runtime directories.</div><div style><br></div><div style>
--</div><div style>thomas</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 4 April 2013 16:22, Mihai Niculita <span dir="ltr"><<a href="mailto:mn_geogr@yahoo.com" target="_blank">mn_geogr@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use this to compile mapserver<br>
<br>
cd /opt/<br>
wget <a href="http://download.osgeo.org/mapserver/mapserver-6.2.0.tar.gz" target="_blank">http://download.osgeo.org/mapserver/mapserver-6.2.0.tar.gz</a><br>
tar xvf mapserver-6.2.0.tar.gz<br>
cd mapserver-6.2.0<br>
./configure --with-ogr=/usr/local/bin/gdal-config<br>
--with-gdal=/usr/local/bin/gdal-config --with-httpd=/usr/sbin/httpd<br>
--with-wfs --with-wfsclient --with-wmsclient --enable-debug<br>
--with-curl-config=/usr/bin/curl-config --with-proj=/usr/local --with-tiff<br>
--with-gd=/usr/bin/gdlib-config --with-jpeg --with-freetype=/usr/include<br>
--with-threads --with-wcs --with-xml2-config=/usr/bin/xml2-config<br>
--with-postgis=/usr/local/pgsql/bin/pg_config<br>
--with-geos=/usr/local/bin/geos-config --with-sos --with-agg<br>
--with-agg=/usr/local --with-php=/usr/bin/php-config<br>
make<br>
make install<br>
ldconfig<br>
<br>
I work on Centos 6.3 x64<br>
<br>
After the compile i do not find the php_mpscript.so in the right location<br>
(./mapscript/php).<br>
<br>
This affect my GeoMose install, giving me 500 error for apache in accesing<br>
the geomose .php files. I think this is because MapScript is not compiled.<br>
<br>
Any clue? Thanks!<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/php-mapscript-so-not-present-after-Mapserver-6-2-0-compilation-tp5044586.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/php-mapscript-so-not-present-after-Mapserver-6-2-0-compilation-tp5044586.html</a><br>

Sent from the Mapserver - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div><br></div>