I'd like to try Plack. The official site says only to do 'cpanm Task::Plack' as it couldn't end but well. But it's not my case. The is no forum to ask there. I received a new user account on a server, where perl version in 5.8.5. cpan didn't succed to intsall Plack, I thus installed cpanm (cpan App::cpanminus). It also failed. I thought it was better to update the perl distribution, so I added perlbrew and then perl  5.22.0. But with no better results.

It starts as

-> Working on Task::Plack Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Task-Plack-0.28. +tar.gz ... OK Configuring Task-Plack-0.28 ... OK ==> Found dependencies: Plack::Middleware::Deflater, Starman, Twiggy, +Plack::Middleware::Header, Plack, Plack::Middleware::Debug, Corona, H +TTP::Server::Simple::PSGI, Plack::Middleware::Auth::Digest, Plack::Mi +ddleware::ConsoleLogger, Plack::App::Proxy, Plack::Middleware::Sessio +n, Starlet, FCGI::Client, Plack::Middleware::ReverseProxy --> Working on Plack::Middleware::Deflater Fetching http://www.cpan.org/authors/id/K/KA/KAZEBURO/Plack-Middleware +-Deflater-0.12.tar.gz ... OK Configuring Plack-Middleware-Deflater-0.12 ... OK

the fails on many dependencies and ends as:

==> Found dependencies: Plack::Request, Plack, Plack::Middleware ! Installing the dependencies failed: Module 'Plack' is not installed, + Module 'Plack::Middleware' is not installed, Module 'Plack::Request' + is not installed ! Bailing out the installation for Plack-Middleware-ReverseProxy-0.15. ! Installing the dependencies failed: Module 'Starman' is not installe +d, Module 'Plack::Middleware::ReverseProxy' is not installed, Module +'Plack::Middleware::Debug' is not installed, Module 'Plack::Middlewar +e::Header' is not installed, Module 'Plack' is not installed, Module +'FCGI::Client' is not installed, Module 'Twiggy' is not installed, Mo +dule 'Starlet' is not installed, Module 'Corona' is not installed, Mo +dule 'Plack::Middleware::Session' is not installed, Module 'Plack::Ap +p::Proxy' is not installed, Module 'Plack::Middleware::ConsoleLogger' + is not installed, Module 'Plack::Middleware::Auth::Digest' is not in +stalled, Module 'Plack::Middleware::Deflater' is not installed, Modul +e 'HTTP::Server::Simple::PSGI' is not installed ! Bailing out the installation for Task-Plack-0.28. 1 distribution installed

Any web discussion on Plack supposes it's installed, and anyhow the installation should come with no problems. But in a pretty fresh environment of my new server home, there is non choice to have it installed. Any suggestion on how to have it really running will be appreciated

Thanks

In reply to unable to install Plack by jjmoka

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.