Questions tagged [perlbrew]

perlbrew is a program to automate the building and installation of multiple versions of Perl in your $HOME directory.

perlbrew Home page

148 questions
0
votes
1 answer

Perlbrew installation through vagrant provision.sh

I want to automate the installation of perlbrew into the vagrant box. I use .sh file to accomplish this. provision.sh apt-get update sudo -H -u vagrant bash -c " \curl -kL https://install.perlbrew.pl | bash" sudo -u vagrant bash -c "source…
Kamran
  • 71
  • 1
  • 1
  • 7
0
votes
1 answer

syncing perlbrew and cpan install locations

I'm using perlbrew to run a local perl in my home directory, and cpan to install new modules. However, I seem to have something configured wrong. When I use cpan it always installs libraries to the ~/perl directory, but my perlbrew is located in…
dsollen
  • 6,046
  • 6
  • 43
  • 84
0
votes
1 answer

Can I install perl binary with perlbrew?

I am using perlbrew on a raspi, but I don't want to the slow processor to compile new perls. Can I install binaries with it (or other similar tools), like when I use homebrew?
leetom
  • 723
  • 1
  • 6
  • 27
0
votes
1 answer

Problems with modules after installing a new perl

Until recently I exclusively used perl 5.18 under perlbrew on Mac OS X. I installed perl 5.20 under berlbrew in order to try waack https://github.com/yanick/waack (very cool, BTW), and had to reinstall a few modules (DBI, Sub::Base) under the new…
simone
  • 4,667
  • 4
  • 25
  • 47
0
votes
1 answer

perlbrew ignoring minor version upgrade

I am using perlbrew (App::perlbrew/0.67) on OS X 10.9 If I list the current installed Perl versions I get $ perlbrew list * perl-5.18.1 (5.18.2) $ perl --version This is perl 5, version 18, subversion 2 So it seems that I have version 5.18.2…
Matteo
  • 14,696
  • 9
  • 68
  • 106
0
votes
2 answers

Problems with Perl installation wrong ELF class: ELFCLASS32

I wanted to run gnu_parallel on one of my servers(nproc=48). When I try to run the command, seq 1 5000 | parallel --eta 'echo {} > /dev/null' I was getting some errors, Can't load '/usr/local/lib64/perl5/auto/Fcntl/Fcntl.so' for module Fcntl:…
aravind ramesh
  • 307
  • 2
  • 15
0
votes
2 answers

perl DBD::mysql not working with mysql 5.6?

I installed MySQL 5.6.10 onto Mac OSX 10.8.2, in /usr/local/mysql-5.6.10-osx10.7-x86_64/. I then tried to run a Perl program that connects to a MySQL database using DBI and DBD::mysql. I got the following errors: install_driver(mysql) failed:…
Chap
  • 3,649
  • 2
  • 46
  • 84
0
votes
2 answers

Private perlbrew and CPAN not working. Still. Again

I thought I had it working. I have an entirely private version of Perl 5.16 (by private I mean local to my home directory), and a private place for CPAN modules. I followed the instructions at…
Chap
  • 3,649
  • 2
  • 46
  • 84
0
votes
2 answers

xcode/perlbrew & building CPAN modules - make options? SDKs? Getting build errors

I'm brand new to OSX, but have been using UNIX/Linux for decades. Just got a new MBP Retina running latest OSX 10.8.1. installed fink installed perlbrew installed xcode All's well, except I can't get a lot of CPAN modules to build. I am guessing I…
Norma Stitz
  • 89
  • 10
-1
votes
1 answer

Plackup cannot use specific perl version

My application is using plackup and it required perl version 5.16 for my app can run well. I used perlbrew to downgrade current perl version(5.18) to 5.16 then here is perl --version output This is perl 5, version 16, subversion 0 (v5.16.0) built…
-1
votes
1 answer

400 Bad Request installing Perlbrew itself

I can't install Perlbrew using the easy script: curl -L http://install.perlbrew.pl | bash I did it before, easily, but now, in a brand new CentOS 6.5, I get a 400 Bad Request. This is the output: % Total % Received % Xferd Average Speed Time…
Nacho B
  • 1,573
  • 1
  • 12
  • 16
-1
votes
1 answer

Prove is generating with exact perl path location

I am using perlbrew to install Perl. In our build script we are copying all the dependance inside target folder and creating tar ball. This target folder had bin folder where it has installed prove as well. But this prove has taking perl exact path…
Sreedhar
  • 85
  • 5
-2
votes
1 answer

perl: can't find module but its in the @INC paths?

In this particular case I'm trying to access IPC::Open3: bash-4.2# perl RunScript hier_clustering1.py Can't locate IPC/open3.pm in @INC (you may need to install the IPC::open3 module) (@INC contains:…
jason dancks
  • 1,152
  • 3
  • 9
  • 29
1 2 3
9
10