<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Thanks everyone for the
help.&nbsp; It was a combination of useful suggestions, blind optimism,
tenacious persistence, and fervent desire to keep my job that
eventually solved the problem.<br>
<br>
It was neither super simple, not really complex.&nbsp; The list of things I
tried spans 6 pages in my notebook, so I won't bore you with that.&nbsp; But
I will give you a quickie summary.<br>
<br>
The Problem:&nbsp; A previous sysadmin had built both zope and python from
source.&nbsp; As is often the case, things end up in non-standard locations
(or the standard locations change over time).&nbsp; So with the monthly
system software updates, the installer (Red Hat EL 4's up2date program,
based on yum) gave me new versions of zope and python.&nbsp; I apparently
went from Zope 2.7.2 to Zope 2.10.5 and from Python 2.3.X to Python
2.5.2.&nbsp; I had no intention of updating either package, but neither was
in the up2date exceptions file.<br>
<br>
After the update, zope was still running but wasn't serving any
content.&nbsp; Even the ZMI and the Congratulations page were unavailable.&nbsp;
I could see that the data storage had not been lost, but nor had it
been touched since the update.&nbsp; I tried all sorts of things to get
everything working again, but it looked like my best bet would be to
install the latest versions of Zoep and Python and then import the old
data.&nbsp; So that's the path I took.<br>
<br>
The Solution:&nbsp; I rebuilt both zope and python to the most current
stable versions.&nbsp; In attempting to make the new packages work together,
I noted that the old versions of python were installed in /usr/lib and
the new versions were installed in /usr/local/lib.&nbsp; So even when I went
back to a 2.4.X version of python it couldn't find all of the modules
that had been earlier built for it.&nbsp; Once I moved some of the needed
modules over, and rebuilt others, zope at least started working
normally.&nbsp; <br>
<br>
Then after I moved the old data into place and restarted zope, all of
the content returned.<br>
<br>
Summary:&nbsp; Be careful when updating python, it may leave all of its
modules behind.<br>
<br>
Wes<br>
<br>
</font>
<div class="moz-signature"><font face="Helvetica, Arial, sans-serif">--
</font><br>
<font face="Helvetica, Arial, sans-serif"><br>
Wes Modes<br>
<small>Server Administrator &amp; Programmer Analyst<br>
McHenry Library<br>
Computing &amp; Network Services<br>
Information and Technology Services<br>
459-5208</small></font>
</div>
</body>
</html>