>> I used to run 'rundig' with different configuration files >> using -c options (one for every website), and everything always worked. >> With the RPM version, the database gets built but in the end >> I got an error "Unable to find ... /etc/htdig/htdig.conf" by 'htfuzzy'.
> In rundig, > are all occurrences of '$BINDIR/htfuzzy' followed by '$opts'? Well, actually no. The last two lines in 'rundig' are: /usr/bin/htfuzzy $verbose metaphone /usr/bin/htfuzzy $verbose soundex (weird, $BINDIR is not used here even if defined) These lines are not inside an IF structure, so they get executed every time, even if I don't want to perform that kind of search. Anyway I tried to add $opts in those two lines and the error disappeared. Thanks a lot. Peppo > > Jim > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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

