am getting some problems with the DMAKE command...I modified makepl_arg to use dmake instead of make..still i have some problem..this is ma cpan config info

cpan> o conf [32m$CPAN::Config options from C:\Users\Arun\AppData\Local/.cpan/CPA +N/MyConfig. pm:[0m [32m commit [Commit changes to disk][0m [32m defaults [Reload defaults from disk][0m [32m help [Short help about 'o conf' usage][0m [32m init [Interactive setting of all options][0m [32m[0m [32m applypatch undef[0m [32m auto_commit [1][0m [32m build_cache [10][0m [32m build_dir [C:\Perl64/cpan/build][0m [32m build_dir_reuse undef[0m [32m build_requires_install_policy undef[0m [32m bzip2 undef[0m [32m cache_metadata [1][0m [32m check_sigs undef[0m [32m colorize_debug undef[0m [32m colorize_output [1][0m [32m colorize_print [green][0m [32m colorize_warn [red][0m [32m commandnumber_in_prompt undef[0m [32m commands_quote undef[0m [32m connect_to_internet_ok undef[0m [32m cpan_home [C:\Perl64/cpan][0m [32m curl undef[0m [32m dontload_hash undef[0m [32m dontload_list undef[0m [32m ftp [][0m [32m ftp_passive undef[0m [32m ftp_proxy [][0m [32m ftpstats_period undef[0m [32m ftpstats_size undef[0m [32m getcwd [][0m [32m gpg [][0m [32m gzip [][0m [32m halt_on_failure undef[0m [32m histfile [C:\Perl64/cpan/histfile][0m [32m histsize [100][0m [32m http_proxy [][0m [32m inactivity_timeout [0][0m [32m index_expire [1][0m [32m inhibit_startup_message [0][0m [32m keep_source_where [C:\Perl64/cpan/sources][0m [32m load_module_verbosity [none][0m [32m lynx [][0m [32m make [C:\Perl64\bin\dmake.exe][0m [32m make_arg [][0m [32m make_install_arg [UNINST=1][0m [32m make_install_make_command undef[0m [32m makepl_arg [make=dmake][0m [32m mbuild_arg [][0m [32m mbuild_install_arg [--uninst=1][0m [32m mbuild_install_build_command undef[0m [32m mbuildpl_arg [][0m [32m ncftp undef[0m [32m ncftpget undef[0m [32m no_proxy [][0m [32m pager [more][0m [32m password undef[0m [32m patch undef[0m [32m patches_dir undef[0m [32m perl5lib_verbosity undef[0m [32m prefer_external_tar undef[0m [32m prefer_installer undef[0m [32m prefs_dir undef[0m [32m prerequisites_policy [follow][0m [32m proxy_pass undef[0m [32m proxy_user undef[0m [32m randomize_urllist undef[0m [32m scan_cache [atstart][0m [32m shell [C:\Windows\system32\cmd.exe][0m [32m show_unparsable_versions undef[0m [32m show_upload_date undef[0m [32m show_zero_versions undef[0m [32m tar [][0m [32m tar_verbosity undef[0m [32m term_is_latin [1][0m [32m term_ornaments undef[0m [32m test_report undef[0m [32m trust_test_report_history undef[0m [32m unzip [][0m [32m urllist 0 [http://ppm.activestate.com/CPAN] 1 [http://cpan.perl.org][0m [32m use_sqlite undef[0m [32m username undef[0m [32m version_timeout undef[0m [32m wait_list undef[0m [32m wget [][0m [32m yaml_load_code undef[0m [32m yaml_module [YAML::XS][0m [32m[0m [32m[0m cpan>

when i tried to install any modules , i got the following errors...

cpan> install "GDBM_File" [32mReading 'C:\Perl64\cpan\Metadata'[0m [32m Database was generated on Wed, 27 Mar 2013 10:17:02 GMT[0m [32mRunning install for module 'GDBM_File'[0m [31mThe most recent version "1.14" of the module "GDBM_File" is part of the perl-5.17.4 distribution. To install that, you need to +run force install GDBM_File --or-- install F/FL/FLORA/perl-5.17.4.tar.bz2[0m [32mRunning make test[0m [32m Can't test without successful make[0m [32mRunning make install[0m [32m Make had returned bad status, install seems impossible[0m [32mFailed during this command: FLORA/perl-5.17.4.tar.bz2 : make NO isa perl[0m [32m[0m cpan>

In reply to Could not install modules using cpan.. by Arunkumarpro

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.