Martin Mielke wrote:
>
> The problem is that running rundig gives an error like:
>
> sh: /usr/local/bin/conv_doc.pl: No such file or directory
>
> The file does exist and it's root.root 755 mode set.
Make sure that the first line of /usr/local/bin/conv_doc.pl points to where
perl actually exists. It is a common (and very stupid!) error message you
get with perl programs copied from other systems.
For example, if your perl executable resides in /usr/local/bin, then the
first line should be
#!/usr/local/bin/perl
I'll leave your other question to be answered by someone else. ;->
--
Andrew Scherpbier <[EMAIL PROTECTED]>
Evoke Communications <http://www.evoke.com/>
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>