| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Date: | 9 May 2000 14:50:10 +0000 |
| Discarded-X400-MTS-Extensions: | (43) (12) (2) (135) (115) (5) (6) (3) |
| From: | "Michael Ring" <Michael DOT Ring AT t-mobil DOT de> |
| To: | "cygwin AT sourceware DOT cygnus DOT com" <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | RE: Problem with Autoscan!!! |
| Importance: | normal |
| Autoforwarded: | FALSE |
| Message-Id: | <A2226ILL3MC8R*@MHS> |
| Original-Encoded-Information-Types: | (1) (0) (10021) (7) (1) (0) (100), (1) (0) (10021) (7) (1) (0) (6), (1) (0) (10021) (7) (1) (0) (1) |
| MIME-Version: | 1.0 |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id JAA15936 |
Yes, lok in the first line of the autoscan script:
You will see somethimg like #!/usr/bin/perl
The problem is that perl was not found at the place that was stated in the
script.
If you don't have perl installed, install it, then proceed:
To solve the problem you can do 2 things:
First, find out where your perl is.
Then
either edit the first line to reflect the path to your perl executeable
or
change the first line to the following:
#!/usr/bin/env perl
-----Ursprüngliche Nachricht-----
Von: cygwin-owner
Gesendet am: Dienstag, 9. Mai 2000 10:31
An: cygwin
Betreff: Problem with Autoscan!!!
every time I try to call autoscan I get the following error. Any ideas
bash: /usr/local/bin/autoscan: No such file or directory
Thanks in Advance
Phil
---------------------------- ERG Group --------------------------
The contents of this email and any attachments are confidential
and may only be read by the intended recipient.
-----------------------------------------------------------------
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |