Forum OpenACS Development: Problem with Search(OPENFTS), Please help!

Collapse
Posted by jay he on
Hi. All. I installed openfts, following the instruction of Neophytos Demetriou in the /packages/openfts-driver/doc/INSTALL. But after restarted the server, I still can't bind search with openfts-driver.
Here are my steps:
1. gmake install-all-headers

2. installed intarray (in /usr/local/src/postgresql-7.1.3/contrib/intarray, make install)

3. - Download Search-OpenFTS-tcl-0.2.tar.gz from http://openfts.sourceforge.net/ and save it to /tmp/Search-OpenFTS-tcl-0.2.tar.gz

4. - Log in as the root user:
su -
- Untar the archive file:
	cd /usr/local/src
	tar -xzvf /tmp/Search-OpenFTS-tcl-0.2.tar.gz

5. chown -R nsadmin.web Search-OpenFTS-tcl-0.2/
	cd Search-OpenFTS-tcl-0.2/
	./configure --with-aolserver-src=/usr/local/src/aolserver/aolserver/ --with-tcl=/usr/lib 
Then I got the following errors:
checking for strlen... (cached) yes
checking platform specific compile options... linux
checking looking for aolserver ns.h include file... /usr/local/src/aolserver/aol
server//include/ns.h
checking looking for aolserver nsd.h include file... /usr/local/src/aolserver/ao
lserver//nsd/nsd.h
checking looking for libtcl8... /usr/local/src/aolserver/aolserver/tcl8.3.2/unix
/libtcl8.3g.a
checking looking for libthread... /usr/local/src/aolserver/aolserver/thread/libn
sthread.a
which: no postmaster in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local
/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin)
./configure: test: =: unary operator expected
configure: error: directory:  doesn't exist!
I guess something wrong my postgresql installation. But I did install all those prerequisite. Any idea? Thanks,