I am trying to run OpenACS 3.2.4 with AOLserver 3.2 and Postgresql
7.0.3 under OpenBSD 2.7. Most things work fine, but there are a few
scripts that cause AOLserver to dump core with a segmentation fault.
Looking at the core file in a debugger, the culprit seems to be a call
to vfprintf when the server tries to log an error message from
postgres. Postgres is complaining that the relation bm_list doesn't
exist.
My questions are: First, the data model from the bookmark system
doesn't get loaded (there's a comment in load-data-model.sql saying it
isn't ready for prime time), I have removed the bookmarks directory
from www/, and have commented the bm section out of the parameters
file. Why is postgres complaining that bm_list doesn't exist? The
script admin/users/one.tcl?userid=0 will cause this error, for
example.
Second, is this primarily an ACS problem, an AOLserver problem, or
both?
Third, if the measures I have taken (listed above) aren't sufficient
to thouroughly remove the bookmark module from this install, what is
necessary?
Thanks for your help.