According to Ronald Edward Petty:
> I have compiled it, and im now going back to edit htdig.conf to show my
> parser where it is, i did get the parser to compile and work, anyidea what
> is wrong here is my config
> ajax:/export/netapp/user/rpy/release/htdig/conf/> ../bin/rundig
> sh: ./doc2html.pl: not found
> sh: ./doc2html.pl: not found
> ajax:/export/netapp/user/rpy/release/htdig/conf/>
>
>
> here is my htdig config(just the end)
> .
> .
> .
> #here is my attempt to fix the parsers
>
> external_parsers: application/pdf->text/html ./doc2html.pl
>
> # local variables:
> # mode: text
> # eval: (if (eq window-system 'x) (progn (setq font-lock-keywords (list
> '("^#.*" . font-lock-keyword-face) '("^[a-zA-Z][^
> :]+" . font-lock-function-name-face) '("[+$]*:" . font-lock-comment-face)
> )) (font-lock-mode)))
> # end:
>
>
> I think this is a shell problem actually but im not sure, the file is
> there and it runs...
Where is "there"? Using relative paths to files in your config file is
a bad idea, because then it will matter in which directory you are when
you run htdig. You should use the fully qualified pathname for your
doc2html.pl script. Also, make sure this script has execute permission
(chmod +x) and that the first line in the script gives the correct path
to get to the perl program on your system (determined by "which perl").
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
_______________________________________________
htdig-general mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-general