From 3946c3a08034416d52553d6d5077263609bbd88f Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Thu, 23 Dec 2004 04:39:58 +0000 Subject: updated for web site --- admin/www/mailman-install/node48.html | 154 ++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 admin/www/mailman-install/node48.html (limited to 'admin/www/mailman-install/node48.html') diff --git a/admin/www/mailman-install/node48.html b/admin/www/mailman-install/node48.html new file mode 100644 index 00000000..9767a5a0 --- /dev/null +++ b/admin/www/mailman-install/node48.html @@ -0,0 +1,154 @@ + + +
+ + + + + + + + + ++Linux seems to be the most popular platform for running Mailman. Here are +some hints on getting Mailman to run on Linux: + +
+ +
+Note that if you are using Linux Mandrake in secure mode, you are + probably concerned by this. + +
+
mailman
user, you need to be sure mailman
is in the
+ cctools
group.
+
++
+For example, using Python 2.2 on Debian, you will need to install the
+ python2.2-dev
package. On Redhat, you probably need the
+ python2-devel
package.
+
+
+If you install Python from source, you should be fine. + +
+One symptom of this problem, although for unknown reasons, is that you + might get an error such as this during your install: + +
+
+ Traceback (most recent call last): + File "bin/update", line 44, in ? + import paths + ImportError: No module named paths + make: *** [update] Error 1 +
+If this happens, install the Python development package and try + configure and make install again. Or install the + latest version of Python from source, available from + http://www.python.org. + +
+This problem can manifest itself in other Linux distributions in
+ different ways, although usually it appears as ImportErrors
.
+
+ +
+ + + + -- cgit v1.2.3