I am hosted on shared host, which has apache, php and mysql already installed.<br>I got access to shell, and tried:<br>&nbsp;&nbsp; $ wget <a href="http://dl.maptools.org/dl/fgs/releases/1.0/1.0.0/self-installers/fgs-mapserver_5.0.2-fgs_1.0.0-linux-i386.bin">http://dl.maptools.org/dl/fgs/releases/1.0/1.0.0/self-installers/fgs-mapserver_5.0.2-fgs_1.0.0-linux-i386.bin</a><br>
&nbsp;&nbsp; $ sh fgs-mapserver_5.0.2-fgs_1.0.0-linux-i386.bin<br>it tells me <br>* FGS - starting installation...<br>* Extracting FGS modules files... ok<br>* Starting FGS installation :<br>fgs-mapserver_5.2.1-fgs_1.0.0-linux-i386.bin: line 27: ./fgs_installer.sh: Permission denied<br>
&nbsp;What does this line 27 do?<br>&nbsp;<br>Then I went on and tried installing <br>wget -q <a href="http://www.maptools.org/dl/fgs/releases/1.0/1.0.0/installer.sh">http://www.maptools.org/dl/fgs/releases/1.0/1.0.0/installer.sh</a> ; sh installer.sh<br>
then<br>. setenv.sh<br>fgs-mapserver-base-5.2.1-linux-i386.tar.gz<br>fgs-mapserver-php-5.2.1-linux-i386.tar.gz<br>fgs-php_mysql-module-5.2.5-linux-i386.tar.gz<br>fgs-chameleon-base-2.6.0rc1-linux-i386.tar.gz<br>fgs-apache-base-2.2.8-linux-i386.tar.gz<br>
&nbsp;<br>They all installed fine (I used port 8080)<br>I also tried installing fgs-apache-base-2.2.8-linux-i386.tar.gz but this did not work... remember I have apache alradey installed.<br>&nbsp;<br>How do I install mapserver on linux shared host?