[Catalyst] Catalyst Documentation

Aran Deltac aran at arandeltac.com
Fri Jun 2 18:00:29 CEST 2006


On 6/2/06, Thomas Hartman <thomashartman1 at googlemail.com> wrote:
> I had another idea, which is to install a local version of perl and
>
> alias perl=/home/me/perl/bin/perl

Aye, that works.

> One nice thing about dreamhost is they give you 20G of storage, which
> I am guessing is enough.
>
> Does this sound like a promising thing to do? If so, can someone give

Yep, sounds like a decent idea.  If you are using mod_perl then no
matter what you have locally apache will still use the system perl
(unless you built your own apache that is...).

> me pointers on the way to build perl locally?

Sure, download the latest stable perl (perl.org).  Look in the INSTALL
file, and about a page and a half down it tells you what steps to take
to install to a non-standard location.  Its really easy.  When you get
to the part where you run the configure script one of the questions it
asks is where to install perl (the default us /usr/local/ I believe).
Tell it you want something like /home/thartman/apps/perl/.  It should
be fine to just hit enter for all the other questions since the
defaults are pretty sane.

Aran

> 2006/6/2, Thomas Hartman <thomashartman1 at googlemail.com>:
> > OK, dreamhost says I am at cpan version:
> >
> > Last login: Thu Jun  1 12:02:01 2006 from 195.227.135.235
> > $ cpan -v
> > cpan script version 1.03
> > CPAN.pm version 1.7601
> >
> > And no, CPANPLUS is not installed. I remember trying to get CPANPLUS
> > installed a while back, and it wasn't so easy. So, before I try again
> > -- is CPANPLUS really necessary for the shadowcatInstaller?
> >
> > 2006/6/2, Matt S Trout <dbix-class at trout.me.uk>:
> > > Thomas Hartman wrote:
> > > > Oops spoke to soon; still having shared server install woes on Dreamhost.
> > > >
> > > > Before reporting on the wiki that local install was relatively smooth
> > > > when following the advice of the advent calendar for config, along
> > > > with shadowcatInstaller for the install, I "virginized" my environment
> > > > by renaming ~/local and creating a blank local directory. .bashrc and
> > > > .cpan/CPAN/MyConfig.pm remained as suggested by the advent calender.
> > > >
> > > > then I ran the shadowcat installer and it tried to install into
> > > > /usr/local somewhere. It couldn't, asked me if I wanted to try sudo,
> > > > failed that, and then exited failed.
> > > >
> > > > I guess the DBIC stuff which I thought was installed by
> > > > shadowcatInstaller was actually installed several months back, but
> > > > painfully.
> > > >
> > > > I teed this into shadowcatInstaller.output if anyone wants to have a
> > > > look at this, attached.
> > > >
> > > > Now I am debating between continuing on in my dreamhost environment
> > > > (but knowing this will be difficult to recreate if I ever want to
> > > > start over), or biting the bullet and going to UML/XEN somewhere like
> > > > linode where the install is easy.
> > > >
> > > > Attached is tarred up teed output of shadowcat installer, .bashrc, and
> > > > MyConfig.pm.
> > >
> > > Argh. I'll take a look a bit later on.
> > >
> > > > Hope this helps. It would be great if the shadowcat installer worked
> > > > for a shared environment.. doable?
> > >
> > > It does, if the CPAN config's right (I install *everything* into ~ on
> > > our main ev server so I can run bleeding edge versions of things without
> > >   messing up the rest of my team's work). Getting the CPAN config right
> > > is ... an interesting experience sometimes though. Can you send me the
> > > CPAN version as well please, and double-check if CPANPLUS is installed?
> > >
> > > _______________________________________________
> > > Catalyst mailing list
> > > Catalyst at lists.rawmode.org
> > > http://lists.rawmode.org/mailman/listinfo/catalyst
> > >
> >
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>



More information about the Catalyst mailing list