OS X 10.4 (!) - Catalyst Will Not Install

0

Kind of a long shot here, but SU would know better than most... I am trying to install Catalyst on a Mac running OS X 10.4.11 and Perl 5.8.6 (this machine will be a local webserver). To avoid any possible problems, I first installed the XCode dev package for 10.4/10.5. When I try to use CPAN to install Catalyst::Runtime, the install process crashes at:

Writing Makefile for ExtUtils::MakeMaker
Writing MYMETA.yml and MYMETA.json
  --NOT OK
Running Make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible

Thoughts? I joined the Apple club in Snow Leopard, so 10.4 is before my time.


EDIT: On a whim, I decided to try installing the DateTime module. I got the same error.

learner

Posted 2012-05-21T14:12:13.190

Reputation: 163

I have tried installing Catalyst on 10.5. Tried for hours without success since there was faulthy dipendencies and dual packages and so on. Wasted half a day. Take my advice and install it on something else instead. I would definately go for Debian. (Documentation and tutorials is for debian). – r4. – 2012-05-21T14:16:40.307

You sould not be using the default Perl that comes with mac. It is old, really. There are ways (several options) that is fairly easy that let's you install Perl 5.12. It is better and more recent. That's according to my experiance is what everyone is doing. – r4. – 2012-05-21T14:18:29.103

Why are you installing Catalyst on mac anyway, it is just silly. Go debian! – r4. – 2012-05-21T14:19:51.643

Olof, thanks for the input. I would like to install it on something else, and will make the suggestion, but I'm doing a favor for a friend and they don't want to change from OS X. From your comment, am I right to understand that any upgrade of Perl isn't worthwhile for this purpose? – learner – 2012-05-21T14:32:44.653

I am just saying this. On OS X it is probably possible to install Catalyst. If you are f.e. doing it like I did and using Macports it will probably take like 2 days to get it running (i.e. you are doing it the hard way). I haven't myself get it up working so the exact time I don't know. On linux everything will be much much easier. – r4. – 2012-05-21T15:51:47.177

I think you will get better input on IRC or a Perl maillist. I would personally stay away from using mac since things break. Try explaining how good linux is to your friend, then go debian (or possibly a stable ubuntu, not the newest). – r4. – 2012-05-21T15:53:35.317

1It's funny. A) I have a small Catalyst app running on Lion, B) I am talking to them about at least Linux, but trying to get them to buy a new <$500 machine and C) for whatever reason, CPAN could not find 'make'. Editing /Users/user/.cpan/CPAN/MyConfig.pm and setting make = /usr/bin/make at least fixed one problem, although Catalyst won't compile. I think I'll push for Linux. Thanks! – learner – 2012-05-21T16:13:07.390

No answers