On Sat, 10 Jan 2004, htdig wrote: > it seems like a problem on rights: > [EMAIL PROTECTED] pdf]# doc2html.pl /usr/local/apache/ACwww/pdf/kvis.pdf > bash: /usr/local/bin/doc2html.pl: /usr/bin/perl: bad interpreter: > Permission denied
This is because none of your perl scripts are executeable. chmod 755 /usr/local/bin/*.pl should fix that. Cheers, Chris -- Christopher Murtagh Enterprise Systems Administrator ISR / Web Communications Group McGill University Montreal, Quebec Canada Tel.: (514) 398-3122 Fax: (514) 398-2017 ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ 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

