Or better yet, try perlbrew which takes care of a lot of things for you. Plus it allows you to have multiple versions side-by-side and switch between them for testing.<div><br></div><div>Drew<br><br><div class="gmail_quote">
On Wed, May 25, 2011 at 5:44 AM, Toby Corkindale <span dir="ltr"><<a href="mailto:toby.corkindale@strategicdata.com.au">toby.corkindale@strategicdata.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 25/05/11 14:23, Timothy Hunt wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a colleague who is having trouble installing Catalyst on RHEL 5. Does anyone have experience / good how-to's?<br>
</blockquote>
<br></div>
Perl on RHEL has been pretty badly implemented in the past.<br>
<br>
My suggestion:<br>
download perl 5.14.0 tarball, extract, configure and install into /usr/local/ or /opt/ or something, and set your PATH appropriately.<br>
Then setup cpanp to auto-install dependencies and use a reliable local mirror, and run:<br>
cpanp i Task::Catalyst<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Melbourne-pm mailing list<br>
<a href="mailto:Melbourne-pm@pm.org" target="_blank">Melbourne-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/melbourne-pm" target="_blank">http://mail.pm.org/mailman/listinfo/melbourne-pm</a><br>
</div></div></blockquote></div><br></div>