Forum OpenACS Q&A: Re: OpenFTS troubles...

Collapse
2: Re: OpenFTS troubles... (response to 1)
Posted by Kiran Halwai on
I have came across the same problem while installing OpenFTS. Could you get around the problem? If yes, can you please post the solution?

Thanks you.
-Kiran

Collapse
3: Re: OpenFTS troubles... (response to 2)
Posted by Jose Carrion on
Nothing yet, unfortunately.
Collapse
Posted by Kiran Halwai on
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