On Wed, 10 Oct 2001, J.H.M. Dassen (Ray) wrote: > On Wed, Oct 10, 2001 at 21:10:17 +0200, Walter Hofmann wrote: > > /etc/cron.daily/htdig: > > PDF::parse: cannot find pdf parser /usr/local/bin/acroread > > > > Looks like some perl script is misconfigured. But I cannot find a way to > > set the path for acroread. Where is it set? > > Most likely you can find out with "dpkg -L htdig | grep -l acroread".
I used "dpkg -L htdig | xargs grep -l acroread". Now I know that the wrong path is hard-coded in each of the following binaries: /usr/lib/cgi-bin/htsearch /usr/bin/htfuzzy /usr/bin/htdig /usr/bin/htmerge /usr/bin/htnotify Does this mean I need to recompile htdig? (Given that I don't actually use it I'll probably just remove it. Should I file a bug report?) Walter