Try to add this in your view:<br><br><br>__PACKAGE__-&gt;config({<br>    INCLUDE_PATH =&gt; [<br>        MyApp-&gt;path_to( &#39;root&#39;, &#39;src&#39; ),<br>        MyApp-&gt;path_to( &#39;root&#39;, &#39;lib&#39; )<br>
    ],<br><br><div class="gmail_quote">On Mon, Jul 20, 2009 at 10:40 AM, Christoph Metz <span dir="ltr">&lt;<a href="mailto:mail-lao@web.de">mail-lao@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey guys,<br>
<br>
i want to deploy my c-app by using the dev-server myapp_server.pl. while<br>
the development i went into the dir myapp and typed<br>
script/myapp_server.pl -r -d<br>
so far, so good, but now i want to start this server via an init.d<br>
script under open-suse 9.2, so i wrote the script by using the skeleton.<br>
but now my problem, if i start the dev-server from out of an other path<br>
like &quot;/&quot; or try to start the server with the abs path<br>
/var/www/myapp/myapp_server.pl, the server starts, but there a errors on<br>
much... like template.tt2 could not be found and so on...<br>
<br>
so, where do i have to set a &quot;HOME&quot; oder &quot;PATH&quot; var, so that i can run<br>
the dev server from any fs-point?<br>
<br>
<br>
_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Lindolfo &quot;Lorn&quot; Rodrigues<br><a href="http://www.slackwarezine.com.br">www.slackwarezine.com.br</a><br><a href="http://lornlab.org">http://lornlab.org</a><br>
<a href="http://sao-paulo.pm.org">http://sao-paulo.pm.org</a><br>use Catalyst;<br>