diff options
| author | bwarsaw | 2003-04-11 03:39:31 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-04-11 03:39:31 +0000 |
| commit | 9346ecdf378d261aa3c5489a786122fadfa2cf7f (patch) | |
| tree | b144bf42de248074660af15c60093c63915ef567 | |
| parent | 02e5f0006eda8d2be53b3325d1b7fd4eb8b717c2 (diff) | |
| download | mailman-9346ecdf378d261aa3c5489a786122fadfa2cf7f.tar.gz mailman-9346ecdf378d261aa3c5489a786122fadfa2cf7f.tar.zst mailman-9346ecdf378d261aa3c5489a786122fadfa2cf7f.zip | |
| -rw-r--r-- | README.LINUX | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/README.LINUX b/README.LINUX index 77fa7e677..eb4107852 100644 --- a/README.LINUX +++ b/README.LINUX @@ -1,5 +1,5 @@ Mailman - The GNU Mailing List Management System -Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +Copyright (C) 1998-2003 by the Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA @@ -15,6 +15,10 @@ GNU/LINUX ISSUES Note that if you are using Linux Mandrake in secure mode, you are probably concerned by this. + Apparently Mandrake 9.0 changed the permissions on gcc, so if you + build as the mailman user, you need to be sure mailman is in the + cctools group. + PYTHON PACKAGES @@ -37,10 +41,13 @@ PYTHON PACKAGES import paths ImportError: No module named paths make: *** [update] Error 1 - + If this happens, install the Python development package and try "configure ; make install" again. + This problem can manifest itself in other Linux distributions in + different ways, although usually it appears as ImportErrors. + Local Variables: |
