Dear Anonymous Monk:

Thank you for your advice. On the compiler issue, here is what I got doing your tests:

matrix01 51# perl -V:cc cc='cc'; matrix01 52# which gcc /usr/bin/gcc

I tried installing Params::Validate but I wind up with the same snag:

cpanm (App::cpanminus) 1.5006 on perl 5.008009 built for i686-linux Work directory is /rhome/dotykg/.cpanm/work/1322841720.1851 You have make /usr/bin/make You have /usr/bin/wget You have /bin/tar: tar (GNU tar) 1.15.1 You have /usr/bin/unzip Searching Params::Validate on cpanmetadb ... --> Working on Params::Validate Fetching http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Va +lidate-1.00.tar.gz -> OK Unpacking Params-Validate-1.00.tar.gz Entering Params-Validate-1.00 Checking configure dependencies from META.yml Checking if you have Module::Build 0.3601 ... Yes (0.3800) Configuring Params-Validate-1.00 Running Build.PL Warning: ExtUtils::CBuilder not installed or no compiler detected Proceeding with configuration, but compilation may fail during Build Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Params-Validate' version '1.00' -> OK Checking dependencies from MYMETA.json ... Checking if you have Test::More 0.88 ... Yes (0.98) Checking if you have Module::Build 0.3601 ... Yes (0.3800) Checking if you have ExtUtils::CBuilder 0 ... Yes (0.280202) Checking if you have Scalar::Util 1.10 ... Yes (1.19) Checking if you have Attribute::Handlers 0.79 ... Yes (0.91) Building and testing Params-Validate-1.00 Building Params-Validate Error: no compiler detected to compile 'lib/Params/Validate.c'. Abort +ing -> FAIL Installing Params::Validate failed. See /rhome/dotykg/.cpanm/b +uild.log for details.

Do you possibly have any other ideas? Many thanks, Kevin Doty


In reply to Re^2: Problems installing DateTime module ... by dotykg
in thread Problems installing DateTime module ... by dotykg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.