In this post I will document my playing around with MapServer. I’ll do my best to update this as best I can, but consider this as on ‘under construction status’…
Debian Lenny comes with version 5 of MapServer, so in order to install it you just need to type in the terminal as root:
apt-get install cgi-mapserver mapserver-bin mapserver-docĀ php-mapscript python-mapscript.
If you don’t have apache2 running and configured than you should also install apache2.
In debian cgi-scripts are install by default to /usr/lib/cgi-bin but are linked to /cgi-bin in the default install of apache2 in debian.