Title: Downloading Mailman Links: links.h download-links.h
You will need an ANSI C compiler to build Mailman's security wrappers. The GNU C compiler gcc 2.8.1 or later is known to work well.
You must have the Python interpreter installed somewhere on your system. Currently Python 2.1 or newer is required, with the latest patch release on any specific branch being recommended. As of this writing (10-Nov-2003) that is Python 2.1.3, Python 2.2.3, and Python 2.3.2.
Note that the file name may have the version number in it, e.g.% cd /usr/local/src % tar zxf mailman.tar.gz
mailman-2.1.tar.gz
.
Mailman's tarball unpacks into a directory called
mailman-xyz
where xyz is the version number.
Note also that some versions of tar
don't accept the
z option. In that case, you'll need to use the
gunzip
program like so:
% gunzip -c mailman.tar.gz | tar xf -