On Fri, 1 Feb 2002, Chad M. Stewart wrote: > I had htdig-3.2.0b4-123001 installed which did not work and at the suggestion > of Gilles I put htdig-3.1.6 in. This time I my configuration file worked > which means I was not going nuts. :) > > I did get ./bin/rundig -v -c ml.conf to work this time. Then when I tried to > do a search I get the following in my httpd log > > DB2 problem...: /home/www/common/synonyms.db: No such file or directory > DB2 problem...: /home/www/common/word2root.db: No such file or directory
These are for the synonyms and endings fuzzy algorithms, which are turned on by default in the config file, but are not needed. If they don't exist, they'll be ignored by htsearch. These are created by the default rundig script assuming your config file hasn't picked different paths. But you can generate them by running "htfuzzy synonyms" and "htfuzzy endings." It's probably a good idea to update both of these since 3.1.6 includes new versions of the data for these fuzzy algorithms. > DB2 problem...: /home/www/db/db.words.db: unsupported btree version number 7 You changed from a 3.2 version back to a 3.1.6 version. My guess is that you did not completely delete all datbases from the 3.2 version before running 3.1.6. The two versions have different database formats. Delete the databases, make sure you're running the 3.1.6 versions of htdig, htmerge, htfuzz, htsearch, etc. Then re-run rundig (or whatever script you use) and things should be fine. Remember... when changing versions with incompatible databases, you'll want to make sure the databases don't get mixed up. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

