install Bundle::CPAN in Cygwin failed

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default install Bundle::CPAN in Cygwin failed

    Hi all,
    I am using Perl 5.8.5 in Cygwin. I tried to install packages from
    cpan but failed. It gives the following eorrs when I installed
    Bundle::CPAN

    Running make install
    Cannot forceunlink /usr/lib/perl5/5.8.5/cygwin-thread-multi-64int/auto/Cwd/Cwd.d
    ll: Permission denied at /usr/lib/perl5/5.8.5/File/Find.pm line 906
    make: *** [pure_perl_install] Error 255
    /usr/bin/make install -- NOT OK
    Running install for module Digest::MD5
    Running make for G/GA/GAAS/Digest-MD5-2.33.tar.gz
    Undefined subroutine &Digest::base::new called at
    /usr/lib/perl5/5.8.5/CPAN.pm l
    ine 4344.

    I have no clue at all. BTW, I am not an admin in this computer.

    Thanks for any of your ideas.

    Best,
    seasea
    sea Guest

  2. Similar Questions and Discussions

    1. Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails
      FYI Have problem Upgrading perl packages from CPAN.pm version v1.61 to version v1.76) failed with final error messages: <stuff snipped> CPAN.pm:...
    2. Bundle::CPAN: File lacking bundle definition
      This morning I successfully upgraded a module using the CPAN shell utility. In the course of doing so, I saw a message saying that a new version...
    3. Problem with 'cc' command in CPAN makes (i.e., Bundle::CPAN)
      I'm using the CPAN module to build my modules and have hung up just trying install Bundle::CPAN. Installing Data::Dumper, for example, shows a 'cc:...
    4. linux - install bundle::cpan
      I am trying to install Bundle::CPAN and i seem stuck in this loop. Any suggestions? outut of command issued below. Paul Kraus using perl...
    5. Bundle::CPAN install problem ?
      Hi all, I'm updating Bundle::CPAN on a Perl 5.8 system (HP UX 11) with this command: /usr/local/bin/perl -e 'use CPAN; install Bundle::CPAN' ...
  3. #2

    Default Re: install Bundle::CPAN in Cygwin failed


    Quoth [email]seasea@hotmail.com[/email] (sea):
    > I am using Perl 5.8.5 in Cygwin. I tried to install packages from
    > cpan but failed. It gives the following eorrs when I installed
    > Bundle::CPAN
    >
    > Running make install
    > Cannot forceunlink /usr/lib/perl5/5.8.5/cygwin-thread-multi-64int/auto/Cwd/Cwd.d
    > ll: Permission denied at /usr/lib/perl5/5.8.5/File/Find.pm line 906
    >
    > I have no clue at all. BTW, I am not an admin in this computer.
    See perldoc -q lib.

    Ben

    --
    The cosmos, at best, is like a rubbish heap scattered at random.
    - Heraclitus
    [email]ben@morrow.me.uk[/email]
    Ben Morrow Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139