On 05:08 AM 4/11/2004, [EMAIL PROTECTED] wrote:
We are currently locked into Mailman 2.0.6 until we upgrade our server.

Are you sure you are locked in? If it's the Python version that is keeping you from upgrading Mailman, there is a way around that:



# wget <http://www.python.org/ftp/python/2.3.3/Python-2.3.3.tgz>http://www.python.org/ftp/python/2.3.3/Python-2.3.3.tgz
# tar xvzf Python-2.3.3.tgz
# cd Python-2.3.3
# ./configure
# make
# make altinstall


The altinstall gives you a new version of Python without messing with the old one(s). Then when you configure Mailman just point it to the alternative version by inclucing:

--with-python=/usr/local/bin/python2.3

<>< Paul

------------------------------------------------------
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/

Reply via email to