a downloaded program will not function, and bash states that it does not exist!

david wright yellowdog-general@lists.terrasoftsolutions.com
Tue Apr 23 15:16:00 2002


Greetings, yellow doggers, i have a question/problem,... any ideas?
I am wondering why this perl program i downloaded does not work and in fact 
states that it does not exist! even when run as root. I am running perl 5.6, 
perl is at /usr/bin/perl and that is what is requested at txt2pdf.pl she bang 
line. This is appears to be a cool program, if i could get it to work,... it 
changes a text file into a pdf, apperently i downloaded it from the authors 
site: http://www.sanface.com

[davidwri@RR davidwri]$ cd /usr/local/txt2pdf-5.6
[davidwri@RR txt2pdf-5.6]$ l
total 80
drwxr-xr-x    2 root     root         4096 Nov  1 12:19 Docs
drwxr-xr-x    2 root     root         4096 Nov  1 12:19 EPD
-rw-r--r--    1 root     root         1229 Nov  1 12:19 License
-rw-r--r--    1 root     root         1229 Nov  1 12:19 LicenseWin.txt
-rw-r--r--    1 root     root         2402 Nov  1 12:19 Readme
-rw-r--r--    1 root     root         2402 Nov  1 12:19 ReadmeWin.txt
drwxr-xr-x    5 root     root         4096 Nov  1 16:20 Tests
-rw-r--r--    1 root     root          161 Nov  1 12:19 colour.cfg
drwxr-xr-x   13 root     root         4096 Nov  1 16:48 contributed
-rw-r--r--    1 root     root         3978 Mar 11 09:08 txt2pdf.cfg
-rwxr-xr-x    1 root     root        38369 Mar 11 09:08 txt2pdf.pl
[davidwri@RR txt2pdf-5.6]$ ./txt2pdf.pl
bash: ./txt2pdf.pl: No such file or directory
[davidwri@RR txt2pdf-5.6]$

thanks
-d