> >>>Make sure bin/check_perms doesn't give any problems (just to rule that out). >> >> That came up clean almost from the start... just a couple snafus the first >> time and clean after. Now, however... >> >> [root@mail mailman]# /usr/local/mailman/bin/check_perms -f >> bash: /usr/local/mailman/bin/check_perms: @PYTHON@: bad interpreter: No >> such file or directory > >'@PYTHON@' means the script is not './configure'-ed. >Follow the instructions in INSTALL to install. > Then there's something seriously fubar'ed here, because the ./configure command I used to compile yesterday was: [root@mail mailman]# ./configure --prefix=/web/mlib/data/mailman --with-python=/usr/bin/python2 --with-cgi-gid=shadow-readers
I did it again... waste of time that was. Ran check_perms again in the source dir with the same error. Running it from the install dir comes up clean. "No problems found" Still getting the "400 not found" error when trying to access the pipermail/members dir. There is no index page in that directory, just links to the /archive/private/<list(mbox)> directories, where the indicies are. The only difference is that I no longer get any errors in the httpd/error_log when trying to reference the list archive page from a browser. Noting the above gid configure parameter, is this the correct perm for the index.html file? -rwxrwxr-x 1 apache mailman 1174 Jan 27 16:45 index.html Thanks again ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
