Hello Monks,

I am having some problem when trying to start any catalyst application on 3000 port.

Version of catalyst and the Module that is creating problem is as follows

-----------------------------------------

Catalyst : 5.90009

Module::Runtime : 0.012

----------------------------------------

I have tried the following command and got the error

mayur@mayur-desktop:~$ catalyst.pl temp created "temp" created "temp/script" created "temp/lib" created "temp/root" created "temp/root/static" created "temp/root/static/images" created "temp/t" created "temp/lib/temp" created "temp/lib/temp/Model" created "temp/lib/temp/View" created "temp/lib/temp/Controller" created "temp/temp.conf" created "temp/temp.psgi" created "temp/lib/temp.pm" created "temp/lib/temp/Controller/Root.pm" created "temp/README" created "temp/Changes" created "temp/t/01app.t" created "temp/t/02pod.t" created "temp/t/03podcoverage.t" created "temp/root/static/images/catalyst_logo.png" created "temp/root/static/images/btn_120x50_built.png" created "temp/root/static/images/btn_120x50_built_shadow.png" created "temp/root/static/images/btn_120x50_powered.png" created "temp/root/static/images/btn_120x50_powered_shadow.png" created "temp/root/static/images/btn_88x31_built.png" created "temp/root/static/images/btn_88x31_built_shadow.png" created "temp/root/static/images/btn_88x31_powered.png" created "temp/root/static/images/btn_88x31_powered_shadow.png" created "temp/root/favicon.ico" created "temp/Makefile.PL" created "temp/script/temp_cgi.pl" created "temp/script/temp_fastcgi.pl" created "temp/script/temp_server.pl" created "temp/script/temp_test.pl" created "temp/script/temp_create.pl" Change to application directory and Run "perl Makefile.PL" to make sur +e your install is complete mayur@mayur-desktop:~/temp/script$ perl temp_server.pl Can't locate temp.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5 +.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/p +erl/5.10 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.10.1/ +Module/Runtime.pm line 317. at /usr/local/share/perl/5.10.1/Catalyst/Script/Server.pm line 239

Please provide the solution.

Thanks

Mayur.


In reply to Problem in starting a catalyst application by RUDRAKSH

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.