I just installed catalyst and was working through the tutorial at<br>
<br>
<a href="http://www.perl.com/lpt/a/2005/06/02/catalyst.html">http://www.perl.com/lpt/a/2005/06/02/catalyst.html</a><br>
<br>
I came to the part where it said to create a model.&nbsp; Here's a transcript of what happened then:<br>
<br>
<span style="color: rgb(51, 51, 255);">[root@palprx01 catalyst]# cd MiniMojo/</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">[root@palprx01 MiniMojo]# script/minimojo_create.pl model minimojo CDBI dbi::SQLite:/home/kwolters/catalyst/MiniMojo/minimojo.db</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp;exists &quot;/usr/home/kwolters/catalyst/MiniMojo/script/../lib/MiniMojo/M/minimojo.pm&quot;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Couldn't require loader class
&quot;Class::DBI::Loader::&quot;, &quot;Can't locate Class/DBI/Loader/.pm in @INC
(@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at
(eval 20) line 2, &lt;DATA&gt; line 1.</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">BEGIN failed--compilation aborted at (eval 20) line 2, &lt;DATA&gt; line 1.</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&quot; at /usr/lib/perl5/site_perl/5.8.0/Class/DBI/Loader.pm line 79, &lt;DATA&gt; line 1.</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">[root@palprx01 MiniMojo]#</span><br style="color: rgb(51, 51, 255);">
<br>
<br>
<span style="color: rgb(0, 0, 0);">If I run 'perl -MClass::DBI::Loader' I get no error so why does minimojo_create.pl fail?<br>
<br>
</span>