I carefully followed the instructions at
1. https://openacs.org/doc/openacs-4/postgres.html (Prepare PostgreSQL for OpenFTS) and
2. https://openacs.org/doc/openacs-4/nextsteps.html (
Set up site-wide search)
At pt. 2, make sure you use --with-tcl=/usr/lib/ in following command.
./configure --with-aolserver-src=/usr/local/src/aolserver/aolserver --with-tcl=/usr/lib/
Carefully follow all the 19 points.
If you already have Notes package installed, then you can uninstall and install again or put the note_id's in
search_observer_queue table.
e.g
insert into search_observer_queue(your-note-id, now(), 'INSERT');
Look for following thread also -
https://openacs.org/forums/message-view?message_id=89360
I have postgres 7.2.3, redhat 7.2 and openacs 4.6.1