At one point, trying to open /acs-admin/apm/ logged lots of errors (three lines, repeating every 30 seconds) indicating that FTSEngine wasn't found, and wouldn't display the page. This is on RedHat 7.2, PG 7.2, and yesterday's nightly tarball:
[07/Mar/2002:01:03:22][1218.2051][-sched-] Notice: Running scheduled proc search_indexer...
[07/Mar/2002:01:03:22][1218.2051][-sched-] Warning: APM: FtsEngineDriver does not exist
[07/Mar/2002:01:03:22][1218.2051][-sched-] Notice: Done running scheduled proc search_indexer.
Using the command from https://openacs.org/doc/openacs-4/nextsteps.html#install-next-openfts to install FTS
[nsadmin@vox Search-OpenFTS-tcl-0.2]$ ./configure --with-aolserver-src=/usr/local/src/aolserver/aolserver
things ran smoothly until
checking looking for postgresql include files... configure: error: couldn't find postgresql include files
I also tried
./configure --with-aolserver-src=/usr/local/src/aolserver/aolserver --with-pgsql=/usr/local/pgsql
with no change. Anything else I should try? I searched the archives and found a number of messages that seem to address problems with installing OpenFTS, but none quite this early in the process. Has anyone been through this with something like my setup? I'd love to get it figured out to hand to Vinod, the current docs only address Debian.
Van