Download File - Ram Chavan

Transcript
index access to Gopher, this section assumes that you have installed WAIS properly and have WAIS
indexes ready for Gopher.
To provide WAIS services through Gopher, you may have to make a change in the WAIS source code.
Examine the WAIS source code for a line that looks like this:
if (gLastAnd) printf("search_word: boolean 'and' scored/n:);
This line should be commented out to provide Gopher services. If it is not, add C comment symbols
before and after the line, like this:
/* if (gLastAnd) printf("search_word: boolean 'and' scored/n:); */
If the line was already commented out (or didn't exist), then you need not make any change. If you
changed the line, though, you have to recompile WAIS by changing into the WAIS top directory and
running the makefile (type the command make).
Next, examine the Gopher Makefile.config file and look for the WAISTYPE variable. It should be
defined on a line like this:
WAISTYPE = #-DFREREWAUS_0_4