| 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 sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Date: | 5 Jun 2001 13:13:28 -0700 |
| Message-ID: | <20010605201328.8291.cpmta@c000.snv.cp.net> |
| X-Sent: | 5 Jun 2001 20:13:28 GMT |
| Mime-Version: | 1.0 |
| To: | libwww AT perl DOT org;, cygwin AT cygwin DOT com |
| From: | david AT carter DOT net |
| X-Mailer: | Web Mail 3.7.1.9 |
| Subject: | libwww install fails on cygwin: HEAD vs. head filename confusion? |
Trying to install libwww-perl on cygwin, but seem to be having a problem with the symlink make install wants to create from /usr/bin/HEAD to /usr/bin/lwp-request. (Output below may be an aritifact of a previous failed make install.) I suspect the problem may be related to the fact that cygwin has a /usr/bin/head (like the tail program), which may be gettting confused with /usr/bin/HEAD due to Windows 2000 / Cygwin filename case-sensitivity issues?
DCarter AT DCARTER ~/.cpan/build/libwww-perl-5.53
$ make install
/usr/bin/perl -e 'use Config; chdir q{blib/script}; foreach (qw(GET HEAD POST))
{' \
-e 'unlink "$_";' \
-e 'system("$Config{\"lns\"} lwp-request $_") && die; }'
Cannot forceunlink /usr/bin/HEAD: No such file or directory at /usr/lib/perl5/5.
6.1/cygwin/File/Find.pm line 519
make: *** [pure_site_install] Error 255
Contrary to the message above:
DCarter AT DCARTER ~/.cpan/build/libwww-perl-5.53
$ ls -l /usr/bin/head
-rwxr-xr-x 1 DCarter None 25600 Jul 7 2000 /usr/bin/head
DCarter AT DCARTER ~/.cpan/build/libwww-perl-5.53
$ ls -l /usr/bin/HEAD
-rwxr-xr-x 1 DCarter None 25600 Jul 7 2000 /usr/bin/HEAD
DCarter AT DCARTER ~/.cpan/build/libwww-perl-5.53
$ rm -f /usr/bin/HEAD
DCarter AT DCARTER ~/.cpan/build/libwww-perl-5.53
$ ls -l /usr/bin/HEAD
-rwxr-xr-x 1 DCarter None 25600 Jul 7 2000 /usr/bin/HEAD
DCarter AT DCARTER ~/.cpan/build/libwww-perl-5.53
$ ls -l /usr/bin/head
-rwxr-xr-x 1 DCarter None 25600 Jul 7 2000 /usr/bin/head
DCarter AT DCARTER ~/.cpan/build/libwww-perl-5.53
$
I can't seem to get rid of this file (or is it files)??
Any ideas/suggestions?
---
David Carter
david AT carter DOT net
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |