perlbrew Questions
4
Solved
Im getting dyld library not found error in my xcode.
dyld: Library not loaded:
/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/libperl.dylib
Referenced from: /usr/bin/perl5.18
So I...
4
I am using perlbrew. I have installed lots of cpan modules under perlbrew perl-5.20.2.
Is there a way (or what is the best way) to do a tarball installation of my perl-5.20.2 plus all the CPAN modu...
3
I have started using perlbrew and installed perl-5.12.2.
I understand I need to re-install my CPAN modules, so I switched to my new Perl version (perlbrew switch perl-5.12.2 and hash -r), verifie...
5
So far I have been using the system perl (on Ubuntu 10.10) and I was using local::lib to install CPAN modules in my private directory ~/perl5
As I am trying to use perlbrew it seems that they don'...
2
Solved
I'm trying to install perl version 5.33.4 in my macOS environment using perlbrew. I cannot comprehend why it fails during installation.
I started installing perlbrew using \curl -L https://install....
1
I'm relatively new to perl and not used to having to build a development tool. I tried to build 5.28.2 and it failed with the following:
Test Summary Report
-------------------
porting/libperl.t (...
2
Solved
First, some background.
perlbrew is a tool to assist with the installation of Perl into a non-standard directory (usually under your home directory).
It also helps you control which Perl installa...
3
Searching the web, I have found almost no evidence that perlbrew works on cygwin. The specifics of my current issue are:
With the latest install of cygwin (which includes perl 5.14.2), I'm trying ...
2
Solved
I have tried the following and find it to work. This is done with a non-privileged user. First find out where your perl command is:
# which perl
Then check the value of PERL5LIB:
# echo $PERL5L...
4
Now I'm really confused about perlbrew...
In perlbrew.pm I see the following:
if ($shell =~ /\/zsh\d?$/) {
$shell_opt = "-d -f";
# <snip>
}
elsif ($shell =~ /\/bash$/) {
$shell_opt = ...
5
Solved
Perlbrew installs per default Perl without thread support. Is this just a legacy habit or could a Perl installation with thread support generate problems?
1
Solved
I use perlbrew to manage my Perl environment.
When I installed perlbrew the first time as per the documentation, it installed everything to ~/perl5/perlbrew, which I now find undesirable.
The do...
2
Solved
Using ActiveState 5.8.8 on Windows XP, I would like to install a more recent Perl for testing/migration.
2
Solved
perlbrew install perl compiles and runs all tests which takes forever on my machine to install (>60 mins). Is it possible to install pre-built-and-test-run perl using perlbrew like apt-get does for...
5
Solved
When I try to install perlbrew on Mac OS X v10.9 (Mavericks) and MacPorts, this is what happens:
~$ curl -L http://install.perlbrew.pl | bash
% Total % Received % Xferd Average Speed Ti...
3
Solved
In our development environment, another team is using default Perl. So we shouldn't touch it. How do I install another Perl? How do I install Perl modules using CPAN?
2
Solved
I have been using perlbrew to manage multiple versions of perl on a Linux Fedora notebook. I have used it with great benefit to run command-line scripts mostly using App::cmd.
I now want to move ...
Frigging asked 25/9, 2010 at 18:10
2
I want to run a Catalyst application on my web server, which has system perl v5.10. I want to use at least v5.12 for the app., and I don't want to meddle with the system perl.
Our sysadmin insists...
Ugo asked 30/8, 2012 at 15:30
1
Solved
When I run...
perlbrew switch perl-5.16.0
...I get...
A sub-shell is launched with perl-5.16.0 as the activated perl. Run 'exit' to finish it.
...then a bash prompt appears.
Is this expected b...
1
Solved
I'm trying to track down a segmentation fault that I've been able to isolate to just a few lines of code on different versions of Perl. I use perlbrew to manage my various versions for development ...
Dromond asked 16/2, 2012 at 22:37
2
Solved
I'm using perlbrew right now to manage multiple versions of perl, but perlbrew is global. If I do perlbrew switch perl-5.10.1 in any shell, then all shells and scripts will now be using perl versio...
Lacerate asked 8/10, 2010 at 21:18
2
Solved
I'm working with SGE (Sun Grid Engine) to submit jobs to a grid. I also use perlbrew to manage my installed Perl versions.
I wrote some short sh scripts that I use to run a perl script which requir...
Insurrectionary asked 23/9, 2010 at 8:2
1
Solved
I'm lovin' it, but I suspect it causes some problem. I know I can use perlbrew off but I would like to completely remove it. How do I do that?
Tamworth asked 18/9, 2010 at 11:43
1
Solved
I would like to install several different versions of perl in my home directory. I tried using App::perlbrew, but XS modules from one version were causing segfaults in the other version. Is there a...
Urease asked 15/8, 2010 at 8:9
1
© 2022 - 2024 — McMap. All rights reserved.