On Tue, 13 Apr 2004, Martin Allert wrote: > I am migrating a current web site from one Solaris 7 machine to a > Solaris 9 machine. Using the same package I built, I discover now htnotify > does not return and htfuzzy coredumps every time it is used (also on the > commandline). As I understood htfuzzy, it is only used when soundex or meta- > phone is specified in the config file. So if I want to use substring and exact > search, I don't need it, right?
You are correct. The htfuzzy program is not needed for exact or substring searches. The documentation for the search_algorithm attribute provides a good summary where htfuzzy is and isn't required. http://www.htdig.org/attrs.html#search_algorithm > What astonishes me is the coredump. I never had this before. Assuming that you didn't compile everything statically the first time, chances are there is some sort of library dependency this is no longer valid. This could easily explain both the coredumps and the problem with htnotify. Depending on the version you are using, there is also a known issue with htnotify that might have been tickled by your migration. ftp://ftp.ccsf.org/htdig-patches/3.1.6/htnotifyNull.0 Another thing to try with regard to htfuzzy, if you have not already done so, is to delete any existing database that htfuzzy may have generated before the migration. If circumstances allow, you could also give some thought to deleting the current package altogether and rebuilding for the new platform. Jim ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

