OK, I'm still having problems after a few botched install attempts
with different versions of AOLServer, PostgreSQL, and OpenACS. I
figured it's finally time to ask for advice.
Right now I'm running a Redhat 7.2 box, with Postgres 7.1 (installed
from RPM downloaded from postgresql.org mirror), AOLServer
3.2-4_ad12_nsxlm (installed from RPM downloaded from this site), and
OpenACS 3.2.5 (untarred as the RPM had a dependency I couldn't
locate). pgdriver-2.0.1 was installed yesterday in a different
version of Postgres (7.2, uninstalled this morning) which might cause
some problems, but the failure I'm seeing occurs before I even try to
run AOLServer, so I'm putting this off for now...
I'm trying to load the data model, and I'm receiving the following
error message:
ERROR: SearchSysCache: Bad cache id 27
followed a few lines later by this one: (which repeats itself a few
times):
ERROR: Relation "country_codes" does not exist
It's likely that this is what was causing my problems before
(aolserver would listen on 127.0.0.1:80, but it would throw out errors
and reject connections with a handful of errors, beginning with the
Bad cache id message listed above.)
After install/uninstall/reinstall I'm to the point where I need to
yank everything back out and install from scratch again (documenting
everything this time -- enough changes so far that my memory's
clouded), but I'd like to hack this installation to the point where it
runs, so I'll know what I'm doing wrong next time.
Any idea where I should look next?
Thanks.