Error while trying to install from CPAN


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Error while trying to install from CPAN
# 1  
Old 02-12-2010
Error while trying to install from CPAN

Hi i was trying to install Text::CSV from cpan... it seemed to have downloaded everythign properly but was not able to run the make file...
do u have any idea as to why this happened??

Install:
Code:
=============================
If you install Text::CSV_XS v.0.70, it makes Text::CSV faster.

Checking if your kit is complete...
Looks good
Writing Makefile for Text::CSV
Can't exec "make": No such file or directory at /usr/lib/perl5/5.10/CPAN/Distrib
ution.pm line 2003.
  MAKAMAKA/Text-CSV-1.16.tar.gz
  make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 MAKAMAKA/Text-CSV-1.16.tar.gz                : make NO

# 2  
Old 02-12-2010
Are you sure you have the make utility installed? Can you post the output of
Code:
cpan[1]> o conf

# 3  
Old 02-13-2010
I am currently using cygwin...
I think i installed all the perl modules... i must've left out the c stuff... thought it would come in by default....
it looks like i haven't installed the make utility.... How do i install it?
here's the output to
Code:
  o conf

Code:
cpan[2]> o conf
$CPAN::Config options from '/home/administrator/.cpan/CPAN/MyConfig.pm':
    commit             [Commit changes to disk]
    defaults           [Reload defaults from disk]
    help               [Short help about 'o conf' usage]
    init               [Interactive setting of all options]

    applypatch         undef
    auto_commit        [1]
    build_cache        [100]
    build_dir          [/home/administrator/.cpan/build]
    build_dir_reuse    [0]
    build_requires_install_policy [ask/yes]
    bzip2              undef
    cache_metadata     [1]
    check_sigs         [0]
    colorize_debug     undef
    colorize_output    undef
    colorize_print     undef
    colorize_warn      undef
    commandnumber_in_prompt [1]
    commands_quote     undef
    connect_to_internet_ok [0]
    cpan_home          [/home/administrator/.cpan]
    curl               undef
    dontload_hash      undef
    dontload_list      undef
    ftp                undef
    ftp_passive        [1]
    ftp_proxy          []
cpan[3]>
    ftpstats_size      undef
    getcwd             [cwd]
    gpg                undef
    gzip               undef
    halt_on_failure    [0]
    histfile           undef
    histsize           undef
    http_proxy         []
    inactivity_timeout [0]
    index_expire       [1]
    inhibit_startup_message [0]
    keep_source_where  [/home/administrator/.cpan/sources]
    load_module_verbosity [v]
    lynx               undef
    make               undef
    make_arg           []
    make_install_arg   []
    make_install_make_command []
    makepl_arg         []
    mbuild_arg         []
    mbuild_install_arg []
    mbuild_install_build_command [./Build]
    mbuildpl_arg       []
    ncftp              undef
    ncftpget           undef
    no_proxy           []
    pager              [/usr/bin/less]
    password           undef
    patch              undef
    patches_dir        undef
    perl5lib_verbosity [v]
    prefer_installer   [MB]
    prefs_dir          [/home/administrator/.cpan/prefs]
    prerequisites_policy [ask]
    proxy_pass         undef
    proxy_user         undef
    randomize_urllist  undef
    scan_cache         [atstart]
    shell              undef
    show_unparsable_versions undef
    show_upload_date   [0]
    show_zero_versions undef
    tar                undef
    tar_verbosity      [v]
    term_is_latin      [1]
    term_ornaments     [1]
    test_report        undef
    trust_test_report_history [0]
    unzip              undef
    urllist
        0 [http://perlmirror.indialinks.com/]
    use_sqlite         [0]
    username           undef
    wait_list          undef
    wget               undef
    yaml_load_code     [0]
    yaml_module        undef


Last edited by VGR; 02-13-2010 at 04:12 AM..
# 4  
Old 02-13-2010
Looks like you're missing several programs. Run the Cygwin installer, and install (at least) gcc-core, gcc-g++, make (all three are in the Devel-section, and gzip (Base) if they're not already installed.

Then run the CPAN shell an enter
Code:
o conf make /usr/bin/make
o conf gzip /usr/bin/gzip
o conf commit

# 5  
Old 02-15-2010
hey it still doesn't seem to be working.. isn't there a way it'll pick this up automatically?
In the installation folder i see around 4 different folders as in 1 for every mirror i downloaded anything from

that apart what urls do u add as mirrors to you're urllist??
# 6  
Old 02-15-2010
Quote:
Originally Posted by VGR
Hey it still doesn't seem to be working.. isn't there a way it'll pick this up automatically?
This error description is about as useful as telling your doctor "I have a hurt". Do you get any error messages, if so, which ones? What did you do prior to and after it not working.
Quote:
Originally Posted by VGR
In the installation folder I see around 4 different folders as in 1 for every mirror I downloaded anything from
Which installation folder? That of Cygwin or that of CPAN?
Quote:
Originally Posted by VGR
That apart, what URLs do you add as mirrors to your url-list??
See above.

And on an unrelated note, please do not use "chat speak" and the like. From the Rules
Quote:
(9) Edit your posts if you see spelling or grammar errors (don't write in cyberchat or cyberpunk style). English only.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to install CPAN without using yum on Linux?

Hi all, I am on Linux box where CPAN is not working for downloading any perl modules. When I try "perl -MCPAN -e shell" as root as well as a user, I get following error: Can't locate CPAN.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl... (2 Replies)
Discussion started by: pat_pramod
2 Replies

2. Programming

How to automatically install all modules required by a script from CPAN?

Having a script.pl how can I automatically download from CPAN all required modules and install and update as required? Something like "emerge -uDNav world" for the perl? ---------- Post updated at 05:38 PM ---------- Previous update was at 05:28 PM ---------- Doesn't matter I've found it ... (6 Replies)
Discussion started by: Tribe
6 Replies

3. Shell Programming and Scripting

Unable to install module using cpan

Hi, I am unable to install module using cpan. It says 407 Proxy Authentication Required I did setup proxy server and given username and password in .bashrc file and apt.conf file. export http_proxy=http://username:password@proxyserver:portno/ However, still unable to install... (1 Reply)
Discussion started by: Anjan1
1 Replies

4. Shell Programming and Scripting

cpan installation

Hi All, I need to install perl module using cpan, so befor that i checked cpan is installed or not . i tried , and got below output.but it is not clear to me. can u plz explain me. I dont know what the exactly cpan is useful. and in below why it is trying to create directory. $ cpan... (2 Replies)
Discussion started by: aish11
2 Replies

5. OS X (Apple)

Unable to install Perl module via CPAN

Hi, I am trying to install Unicode::String from the cpan shell, and here is what I get: Checking if your kit is complete... Looks good Writing Makefile for Unicode::String cp String.pm blib/lib/Unicode/String.pm cp lib/Unicode/CharName.pm blib/lib/Unicode/CharName.pm... (3 Replies)
Discussion started by: psychomachine
3 Replies

6. Shell Programming and Scripting

[Perl] How to install with CPAN specified version of module

Hello all, i am searching how to install a module but the question is : howto specify CPAN to install a determined version of the module ? In my case i want to install DBD:Oracle1.14 and not version 1.23 proposed ! Any idea welcome ! :rolleyes: Thanks ! (1 Reply)
Discussion started by: sun_cracker
1 Replies

7. UNIX for Advanced & Expert Users

Compile error when running Perl cpan

Hello all! I'm trying to compile the GD module for Perl on Redhat AS 4. It fails when trying to link to libjpeg. The machine is a AMD Opteron 64 machine so I figure it's some kind of 32 vs 64bit interference in the lib dir? Any idéas? CPAN.pm: Going to build L/LD/LDS/GD-2.41.tar.gz ... (0 Replies)
Discussion started by: Esaia
0 Replies

8. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

9. UNIX for Dummies Questions & Answers

CYGWIN/CPAN install of Expect.pm

I am attempting to install a Perl Expect module via the CPAN . CPAN goes through the process but nothing happens, sample perl scripts can not find the Expect Module. CPAN was configured via the Default process " Are you ready for manual configuration? " answered "no". CPAN install seemed to find... (1 Reply)
Discussion started by: white222
1 Replies
Login or Register to Ask a Question