Need help installing via CPAN

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

  1. #1

    Default Need help installing via CPAN

    I have been trying to install the module FileHandle::Unget via CPAN.
    When I execute 'make FileHandle::Unget'

    Running make for module FileHandle::Unget
    Running make for D/DC/DCOPPIT/FileHandle-Unget-0.1621.tar.gz
    Is already unwrapped into directory
    /home/kramer/.cpan/build/FileHandle-Unget-
    0.1621

    CPAN.pm: Going to build D/DC/DCOPPIT/FileHandle-Unget-0.1621.tar.gz

    *** ExtUtils::AutoInstall version 0.59
    *** Checking for dependencies...
    [Core Features]
    - Test::More ...loaded. (0.47)
    - File::Spec::Functions ...loaded. (1.3)
    - ExtUtils::MakeMaker::bytes ...loaded. (0.01)
    - Scalar::Util ...loaded. (1.14 >= 1.14)
    *** ExtUtils::AutoInstall configuration finished.
    Checking if your kit is complete...
    Looks good
    Writing Makefile for FileHandle::Unget

    ------------------------------------------------------------------------------

    Can't exec "/usr/bin/make": No such file or directory at
    /usr/lib/perl5/5.8/CPAN
    ..pm line 4566.
    /usr/bin/make -- NOT OK


    I have make installed and it is located at '/usr/bin/make'.

    Could someone who knows more about CPAN please help me out? Thanks.

    Kramer

    Kramer Guest

  2. Similar Questions and Discussions

    1. Installing a CPAN Module online
      I'm trying to install a CPAN module into my website's local cgi-bin directory and I just can't seem to translate the common documentation into...
    2. CPAN Shell on Mac OS X (10.3) Not Installing Modules
      I recently installed Perl 5.8.4 on Mac OS X 10.3. It successfully installed under /usr/local/bin, and I have had no problem running Perl scripts...
    3. error installing mod with cpan mod
      I'd like to install Net::Pcap, however one test failed. How would I go abouts fixing this (slackware v9.1,perl v5.8.2)? cpan> install Net::Pcap...
    4. Installing Modules From CPAN
      Howdy. First see if you have them: # perl -e 'use DBI;for(DBI->available_drivers) { print "-$_-\n"; }' -ExampleP- -Proxy- -mysql- # If you...
    5. Installing from CPAN on Win32
      Hi! I downloaded a module from CPAN. I want to install it on my system, but NOT in the net-wide perl "lib" area; I want it in a subdirectory...
  3. #2

    Default Re: Need help installing via CPAN

    By the way, /usr/bin/make is executable.

    Kramer 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