[FGS] Uninstalling an FGS package
Normand Savard
nsavard at mapgears.com
Tue Nov 27 15:58:15 EST 2007
Alan Hale wrote:
> Thanks Normand
>
> I'm not sure I fully understand the installation process here though.
> Do I have to download and install the fgs-msx package, THEN get
> fgs-chameleon-base...tar.gz and untar the latter into the appropriate
> directories?
>
> Any thoughts on uninstalling previous versions and the issue with
> occupied ports?
>
>
Alan,
For the installation you have to type in exactly this:
wget http://download.osgeo.org/mapserver/fgs-msx/fgs-msx-5.0a-linux-i386.bin
sh fgs-msx-5.0a-linux-i386.bin
(answer prompts ... defaults are often ok)
cd fgs (or wherever you put the fgs install)
. setenv.sh
fgs install mapserver-base:svn_trunk http://download.osgeo.org/mapserver/fgs-msx
fgs install mapserver-php:svn_trunk http://download.osgeo.org/mapserver/fgs-msx
fgs install chameleon-base:2.6.0-beta1 http://download.osgeo.org/mapserver/fgs-msx
You're right when you're saying that you have to do "fgs stop" before
removing the fgs package. To free the port you need to do "ps ax|grep
httpd" to get the process id of your olg fgs and then "kill - 9 pid".
Norm
More information about the Foss-gis-suite
mailing list