Hey monks, So I'm trying to deploy a Catalyst app on shared hosting. I've gotten as far as trying to run the _fastcgi.pl and while it launches as expected from the command line via ssh it will not behave when I call it from Apache. I am getting this error below in my log files:
[Tue Jun 18 22:07:59 2013] [warn] [client 98.210.237.116] mod_fcgid: s +tderr: [error] Caught exception in engine "Can't locate object method + "has_io_fh" via package "Moose::Meta:: [Tue Jun 18 22:07:59 2013] [warn] [client 98.210.237.116] mod_fcgid: s +tderr: Class::__ANON__::SERIAL::20" at /home4/stayputs/perl5/lib/perl +5/Catalyst.pm line 1799."
I can't seem to find much in the old magic answer machine. Any help is appreciated! Thanks, Monks!

In reply to Strange FCGI error by domje

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.