[Catalyst] installation problem on mac os x tiger
Kieren Diment
diment at gmail.com
Fri Jan 20 05:05:55 CET 2006
I had trouble with building on OS X for a long time. Eventually I got
around it by:
sudo cpan
force install Task::Catalyst
# look at any failed module builds
look [module name]
# then build by hand
perl Makefile.PL
make
make test
make install
exit
# repeat until dead
force install Task::Catalyst
untill you get a message about Task::Catalyst being up to date.
yeah, a bit labourious, but you know ...
On 20/01/06, Kenny Gatdula <kennyg at pobox.com> wrote:
>
> Simon Yeh wrote:
> >
> > Thanks. However YAML 0.52 requires Spiffy 0.27, CPAN lists Spiffy
> > 0.29, but none of the mirrored download urls work.
> >
> I think he meant 0.53. If you're having trouble finding it, it could be
> that your cpan index needs to be updated. Failing that, you can grab the
> files here. http://search.cpan.org/~ingy/YAML-0.53/
>
> Kenny
>
> _______________________________________________
> 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/20060120/40d2c2d4/attachment.htm
More information about the Catalyst
mailing list