Questions tagged [cpanm]

cpanm - Manages Perl library dependencies

cpanm

121 questions
0
votes
1 answer

cpanm perl module installation failed on 'make' and 'make test'

I asked a question regarding configure does not generate makefile while building perl from source. While awaiting for a solution, here is another (possibly relevant) question. When I install perl modules for the system perl via something like sudo…
pacifly
  • 51
  • 1
  • 4
0
votes
1 answer

Perl modules: step by step installation process

I have a Macbook(pro 2012 model) with the latest OSX version (Yosemite). I realize perl is pre-installed on unix based systems. Now I'd like to install certain perl modules namely XML::simple XML::Parser ExtUtils::MakeMaker I have downloaded them…
Divox
  • 101
  • 6
0
votes
1 answer

cpanm does not register all installed modules in perllocal.pod

According to CPAN Frequently Asked Questions: Each time a module is installed on your system, it appends information to a file called perllocal.pod I have installed several CPAN modules using cpanm, the problem is that some modules do not get…
Håkon Hægland
  • 39,012
  • 21
  • 81
  • 174
0
votes
2 answers

Installing cpan or cpanm modules on a behind-firewall machine with no Internet connection

I've already read related threads like these, but they do not fully capture our situation. This is on a firewalled machine. No net access. We can ftp files to folders and install modules from there. We have CHMOD 777 for our users on some…
PKHunter
  • 682
  • 2
  • 13
  • 28
0
votes
2 answers

unable to install perl modules on linux

i tried to install perl modules IO::Tty,IO::Pty,Net::SSH2,Net::SSH::Perl....but i have failed to instal a single module.i tried to debug ,but unable to completely fix it.i came to know there is some issue with the compiler.as the below commands have…
user3407271
  • 25
  • 1
  • 11
0
votes
2 answers

Change cpanminus build directory

How can I change the cpanminus default build and download directory? Its default location is ~/.cpanm . I already know how to change this in cpan, but I wish to know if this can also be configured in cpanminus. I should also mention that I don't…
CentAu
  • 10,660
  • 15
  • 59
  • 85
0
votes
2 answers

Force perl to use module-version if more are installed

on the server i'm working on perl is installed. I can't change anything on this installation, so i installed cpanm to create my own repository of cpan modules. I defined the install-dir and installed modules there. The problem is, that some modules…
Maik
  • 331
  • 2
  • 4
  • 12
0
votes
2 answers

Install of Pod::Spell failing on Strawberry Portable 5.20.2

When I try to cpanm Pod::Spell on Strawberry 5.20.2 (64bit PortableZIP edition), it flags I18N::Langinfo as a dependency. When it tries to download the distribution for I18N::Langinfo it locates it in R/RJ/RJBS/perl-520.0.tar.gz and, wisely, thinks…
tjd
  • 4,064
  • 1
  • 24
  • 34
0
votes
1 answer

how to avoid cpanm stopping installation waiting for a prompt that is shown only in Build.log

Instaling PGPLOT the install gets stopped for ever here: $ cpanm PGPLOT --> Working on PGPLOT Fetching http://www.cpan.org/authors/id/K/KG/KGB/PGPLOT-2.21.tar.gz ... OK Configuring PGPLOT-2.21 ... OK Building and testing PGPLOT-2.21 ... Looking at…
Pablo Marin-Garcia
  • 4,151
  • 2
  • 32
  • 50
0
votes
1 answer

cpanminus install throwing segmentation faults

CentOS 6.6 on VMWare Fusion throws this error: Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7021.tar.gz ... OK Configuring App-cpanminus-1.7021 ... OK ==> Found dependencies: ExtUtils::MakeMaker, Module::Build --> Working on…
jgritty
  • 11,660
  • 3
  • 38
  • 60
0
votes
1 answer

install Apache::Session::Memcached fail

I use sudo cpanm -v Apache::Session::Memcached to install under Ubuntu 12.04 LTS 64-bit. I'll paste the entire installation message in the bottom. My guess is that it's related to the test but don't understand what the test is and why it fails,…
0
votes
2 answers

New Padre on Fedora

When I try to install Padre with cpan (or cpanm)... bash-4.2$ sudo cpan Padre ... CPAN.pm: Building P/PL/PLAVEN/Padre-1.00.tar.gz Found locale ru_RU.UTF-8 Found wxWidgets 2.8.12 Found Wx.pm 0.9921 Unparsable version '6,59' for prerequisite…
0
votes
1 answer

Cpan Issues with WWW::Facebook::API

I have tried quite hard to figure out what is wrong, I have tried installing with sudo and just using the cpanm commands. But to no avail. I have tralled this forum looking for the answer. Here is the result when I run cpanm command with sudo…
user4017131
0
votes
1 answer

Circos error: REQUIRED MODULE IS MISSING

I clearly have Clone in my list of Perl modules. Why am I getting this error? I am running Perl 5.16 on Mac OS X v10.8 (Mountain Lion). lraven$ cat run.out *** REQUIRED MODULE IS MISSING *** You are missing the Perl module Clone. Use CPAN to…
Lel
  • 139
  • 1
  • 2
  • 13
-1
votes
1 answer

Building and testing HTTP-Proxy-0.304

I use sudo cpanm to test and install Perl dependencies. I am stuck on the line building and testing HTTP-Proxy-0.304 but I cannot continue the compilation. Of course I made a Perl Makefile.pl to see the dependencies that are missing. I also tried…
falco
  • 51
  • 7
1 2 3
8
9