Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv15146
Modified Files:
tmda-cgi.html
Log Message:
Hmmmmmm, don't know why this one didn't commit when I tried to put it in before!
Index: tmda-cgi.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/tmda-cgi.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- tmda-cgi.html 12 Mar 2003 21:12:27 -0000 1.16
+++ tmda-cgi.html 21 Mar 2003 03:05:33 -0000 1.17
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Wed Mar 12 15:01:21 2003 -->
+<!-- Mon Mar 17 16:18:15 2003 -->
<!-- USING HT2HTML 2.0 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -716,7 +716,22 @@
<p>tmda-cgi uses configuration variable <a
href="/config-vars.html#PENDING_WHITELIST_APPEND"><tt>PENDING_WHITELIST_APPEND</tt></a>
instead of <tt><a
href="/config-vars.html#CONFIRM_APPEND">CONFIRM_APPEND</a>.</tt>
To use the whitelist feature, you must set <a
href="/config-vars.html#PENDING_WHITELIST_APPEND"><tt>PENDING_WHITELIST_APPEND</tt></a>
- to a list that is handled by your incoming filter.</li>
+ to a list that is handled by your incoming filter.<p></li>
+ <li>TMDA requires Python version 2.1 but some flavors of Linux (such as <a
href="http://redhat.com">RedHat</a>)
+ come with two different versions of Python installed, one older and one newer.
+ <p>If tmda-cgi tries to run using the wrong version of Python, then you must
+ specify the correct version at compile time. Instead of typing:
+ <blockquote>
+ <pre>$ ./compile <options></pre>
+ </blockquote>
+ <p>Type:</p>
+ <blockquote>
+ <pre>$ /usr/bin/python2 compile <options></pre>
+ </blockquote>
+ <p>(Assuming that your Python 2.1+ can be found at <tt>/usr/bin/python2</tt>.)
+ The compiler will save the correct version of the Python interpreter and
+ use it when tmda-cgi is run.</p>
+ </li>
</ol>
<hr>
<h2><a name="Template" id="Template"></a>Templates</h2>
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs