Hi folks...
What is the least painful way to upgrade from 2.0.6 to 2.0.8?
TIA,
J.
On Wed, Nov 28, 2001 at 01:07:41PM -0500, Joshua S. Freeman wrote:
Hi folks...
What is the least painful way to upgrade from 2.0.6 to 2.0.8?
make install ?
Marc
Microsoft is to operating systems & security .... .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/ | Finger marc_f@merlins.org for PGP key
well, I guess I was wondering whether to do that or to try patching what i've got... what are the pros/cons of each method?
J.
On Wed, 28 Nov 2001, Marc MERLIN wrote:
On Wed, Nov 28, 2001 at 01:07:41PM -0500, Joshua S. Freeman wrote:
Hi folks...
What is the least painful way to upgrade from 2.0.6 to 2.0.8?
make install ?
Marc
Microsoft is to operating systems & security .... .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/ | Finger marc_f@merlins.org for PGP key
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Joshua S. Freeman | preferred email: jfreeman@connix.com
pgp public key: finger jfreeman@connix.com
http://www.threeofus.com
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
On Wed, Nov 28, 2001 at 01:46:00PM -0500, Joshua S. Freeman wrote:
well, I guess I was wondering whether to do that or to try patching what i've got... what are the pros/cons of each method?
Err, why?
I've always patched/upgraded my source tree, and typed make install.
Marc
Microsoft is to operating systems & security .... .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/ | Finger marc_f@merlins.org for PGP key
i'm admittedly a very low-level sysadmin, trying to learn best practices.
J.
On Wed, 28 Nov 2001, Marc MERLIN wrote:
On Wed, Nov 28, 2001 at 01:46:00PM -0500, Joshua S. Freeman wrote:
well, I guess I was wondering whether to do that or to try patching what i've got... what are the pros/cons of each method?
Err, why?
I've always patched/upgraded my source tree, and typed make install.
Marc
Microsoft is to operating systems & security .... .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/ | Finger marc_f@merlins.org for PGP key
Mailman-Users maillist - Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Joshua S. Freeman | preferred email: jfreeman@connix.com
pgp public key: finger jfreeman@connix.com
http://www.threeofus.com
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
On Wed, Nov 28, 2001 at 02:01:30PM -0500, Joshua S. Freeman wrote:
i'm admittedly a very low-level sysadmin, trying to learn best practices.
Which are, trust me, having the source tree of the installation you're running (with python, you can patch the installed version directly, but with C, you can't)
Marc
Microsoft is to operating systems & security .... .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/ | Finger marc_f@merlins.org for PGP key
Download the two patch files x.0.6->x.0.7.txt and ..0.7->..0.8.txt apply the patches in order, then ./configure.check, then make install. it was flawless.
On Wednesday 28 November 2001 01:24 pm, you wrote:
On Wed, Nov 28, 2001 at 01:07:41PM -0500, Joshua S. Freeman wrote:
Hi folks...
What is the least painful way to upgrade from 2.0.6 to 2.0.8?
make install ?
Marc
-- Jay S. Curtis
What is the least painful way to upgrade from 2.0.6 to 2.0.8?
Well, I just took the perhaps adventurous choice of downloading the new full 2.0.8 install and:
./configure --with-mail-gid=xxx make make install
and it seems to have worked fine (I had to redo my modification to HTMLFormatter.py to put the usenet tags in); I didn't turn off the mail server as that would have required going through channels that I didn't want to have to go through, and there are currently only about four lists running off of mailman.
Jerry
jerry@sandiego.edu http://www.sandiego.edu/~jerry/ Serra 188B/x8773
The more restrictions there are, the poorer the people become. The greater the government¹s power, the more chaotic the nation would become. The more the ruler imposes laws and prohibitions on his people, the more frequently evil deeds would occur. --The Silence of the Wise: The Sayings of Lao Zi
participants (4)
-
Camel - Jay S. Curtis
-
Jerry Stratton
-
Joshua S. Freeman
-
Marc MERLIN