[Mailman-Users] HTdig intergration pb

Dave Stern - Former Rocket Scientist dave at umiacs.umd.edu
Mon Jul 29 13:51:40 CEST 2002


On Mon, 29 Jul 2002, Odhiambo Washington wrote:

> * Richard Barrett <R.Barrett at ftel.co.uk> [20020729 13:50]: wrote:
> > At 12:13 29/07/2002 +0300, Odhiambo Washington wrote:
> > >Maybe someone who has successfully intergrated HTDig and Mailman can help 
> > >me.
> > >
> > >I've been trying to get this to work but problems keep creeping in.
> > >I've followed the INSTALL.htdig-mm (almost to the letter) but I do feel
> > >I am not quite correct in the setting that I have and so I get errors
> > >like this:
> > >
> > >
> > >htdig: Unable to find configuration file 
> > >'/usr/local/mailman/archives/private/elections-2002/htdig/elections-2002.conf'
> > >htmerge: Unable to find configuration file 
> > >'/usr/local/mailman/archives/private/elections-2002/htdig/elections-2002.conf'
> > >
> > 

I had some difficulties with htdog (sic) as well. It assumes too much. I solved
problems by first specifying a lot of explicit paths:

./configure --prefix=/fs/mailman/search \
 --with-config-dir=/fs/mailman/wwwconfig \
 --with-common-dir=/fs/mailman/wwwconfig \
 --with-database-dir=/fs/mailman/wwwdb \
 --with-cgi-bin-dir=/fs/mailman/cgi-bin \
 --with-image-dir=/fs/lists/htdocs/htdig \
 --with-search-dir=/fs/lists/htdocs/htdig 

Then building the initial database using as much verbosity as possible:
/fs/mailman/search/bin/rundig -c /fs/mailman/wwwconfig/htdig.conf -s -v
and starting the cronjob with same
/fs/mailman/search/bin/rundig -c /fs/mailman/wwwconfig/htdig.conf -s -v

The "-v" in both of the above should show you what it's looking for.
(I just happen to break apart wwwdb and common purposely to reduce the
possibility of a deadlock on cron rebuild and cp from wwwdb in common
later)


 =-=-=-=-=-=-=-=-=-=-=-=-  generated by /dev/dave -=-=-=-=-=-=-=-=-=-=-=-=-=-=
 David Stern                                            University of Maryland 
                Institute for Advanced Computer Studies   





More information about the Mailman-Users mailing list