[Catalyst] Is it normal to have lots of trouble installing catalyst?

Kieren Diment diment at gmail.com
Wed Feb 8 12:31:30 CET 2006


Yes, it can be hard.

And it can take a while.

This works for me (OS X and Debian):

$ sudo cpan

> install Task::Catalyst
#find the module that fails
> force install Catalyst::Whatever
# and then if that fails

> look Catalyst::Whatever

$ perl Makefile.PL
$ make
$ make test
$ make install
$ exit

> install Task::Catalyst

... repeat until dead.

On 08/02/06, John Napiorkowski <jjn1056 at yahoo.com> wrote:
>
> I'm just asking for people experiences trying to
> install catalyst.  I've done a lot of web searches and
> all I get is that using catalyst is as easy as having
> a modern version of perl and typing "perl -MCPAN
> -e'install Task::Catalyst'" but that hasn't been the
> case for me.
>
> My typical experience with installing catalyst is that
> CPAN tries to install what appears to be hundreds of
> prerequisites and then dies for various reasons.
> Typical one of more of the required files dies but
> it's hard to tell since each required file seems to
> spawn off a dozen new required files and I kind of get
> lost as to what is dying and for which reason.
>
> I figured my perl was just way out of date so I tried
> downloading perl5.8.8 and compiling a fresh install
> from scratch.  Pretty much the same trouble.
>
> I find I can get Catalyst installed after about a day
> of messing around and liberally using force installs,
> but of course I am not sure if that is so good.  I've
> tried installing Catalyst on FedoraCore2, Cento4.2 and
> the most recent version fo Ubuntu linux.  I also tried
> installing it on Activestate Perl for Windows but gave
> up completely in that one :)
>
> I am not asking anyone to solve my problems.  I just
> want to hear from you all if my experiences are just
> plain strange or if this is the norm?  I understand
> Catalyst is in heavy development so there are bound to
> be troubles, but I just need to know if this is
> something I can really start to rely on for my new
> projects.  Other people clearly are, so I am just
> really confused that I am having so much trouble with
> this.  To be honest if I spend days trying to set it
> up on my clients servers that is not going to look too
> good.  So please your honest opinions.
>
> John
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060208/ce9807e4/attachment.htm


More information about the Catalyst mailing list