Re: [mapserver-users] Installing mapserver 6.4 with cmake - custom library paths

2014-01-29 Thread Jiří Kadlec
After a couple of failed trials with cmake, I resorted to installing the older version MapServer 6.2.2. I've described my installation steps on the Webfaction webhosting account here: https://community.webfaction.com/questions/15234/web-map-service-wms-installation I think that more examples on

Re: [mapserver-users] Installing mapserver 6.4 with cmake - custom library paths

2014-01-29 Thread Rahkonen Jukka (Tike)
Hi, I do not understand these things at all but I found our log file for CentOS and dislike your command is starts with “make clean”. Here is a part of the log. Custom library paths have been stored before this into $GEOS;$PROJ;$GDAL; make clean /dev/null 21 rm -rf CMakeFiles CMakeCache.txt

[mapserver-users] Installing mapserver 6.4 with cmake - custom library paths

2014-01-28 Thread Jiří Kadlec
I'm trying to install the latest version of mapserver (6.4) on my Linux webhosting account (webfaction.com). The default libraries such as GDAL, PROJ and Libxml2 on the WebFaction's server are quite old, so I installed the latest versions of gdal, proj and libxml2 in my $HOME/lib directory. I

Re: [mapserver-users] Installing mapserver 6.4 with cmake - custom library paths

2014-01-28 Thread Thomas Bonfort
https://github.com/mapserver/mapserver/blob/rel-6-4-1/INSTALL.CMAKE#L174 On 28/01/2014 11:03, Jiří Kadlec wrote: I'm trying to install the latest version of mapserver (6.4) on my Linux webhosting account (webfaction.com). The default libraries such as GDAL, PROJ and Libxml2 on the WebFaction's

Re: [mapserver-users] Installing mapserver 6.4 with cmake - custom library paths

2014-01-28 Thread Jiří Kadlec
I tried to understand the documentation https://github.com/mapserver/mapserver/blob/rel-6-4-1/INSTALL.CMAKE#L174 But I'm still stuck. Here are the steps that I did: wget http://download.osgeo.org/mapserver/mapserver-6.4.1.tar.gz tar -xf mapserver-6.4.1.tar.gz cd mapserver-6.4.1 mkdir build cd