Hi Phil,

On Fri, 16 Dec 2011 14:41:52 +0000
Phil Dobbin <phildob...@gmail.com> wrote:

> Hi, all.
> 
> Has anybody have any experiences of installing a dev version of Perl into
> /usr/local on Debian (I'm running Squeeze)?
> 
> My custom version on OS X works just fine & after Googling the matter of
> doing the same on Debian there isn't really any consensus on the subject.
> 
> Any help appreciated.
> 

Well, you can use the following script to compile a perl distribution and put
it under /usr/local:

[QUOTE]
#!/bin/sh
rm -f config.sh Policy.sh
sh Configure -de -Dprefix=/usr/local -Dusedevel
[/QUOTE]

It will require another flag if you want to enable ithreads. perlbrew may also
prove helpeful.

Otherwise, I think the Debian perl should be pretty good in comparison to
the built-in perls shipped with some other distributions, so you can use it in
conjunction with apt-get.

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Interview with Ben Collins-Sussman - http://shlom.in/sussman

<rindolf> “be here or be not here — there is no maybe.”

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to