Forum OpenACS Q&A: Re: open FTS & tsearch

Collapse
2: Re: open FTS & tsearch (response to 1)
Posted by Pavel Boghita on
... I then went back to the "official" instructions and in few hours later all seems to have installed ok.
These are the things I've done so all went ok in Debian Woody: when it complains about missing flex edit the ../src/Makefile.global and add /usr/bin/flex to the FLEX paramater.
After running ./configure...etc... I have copied the contents of /usr/include/tcl8.3 into /Search...bla.bla/include
I did try to edit the Makefile.global as recommended adding -I /usr/include/tcl8.3, but when compiling snowball it crashes even so, hence the copying of the contents of the tcl8.3

... my remaining problem is: apt-get install libssl-dev
make OPENSSL=/usr/lib/ssl. the last command doesn't work, could anyone tell me what else needs to be done ?

Thanks