similar to: scripting CPAN installs

Displaying 20 results from an estimated 5000 matches similar to: "scripting CPAN installs"

2015 Jun 29
2
CPAN issues
?CPAN is a core module which can be tricky to update on the RedHat based systems. Suggest investigating: local::lib App::cpanminus Pinto? ?If you need a newer Perl, check out www.softwarecollections.org.
2015 Jun 29
2
CPAN issues
Hello List, Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN from version 1.98 to version 2.10, but it fails. <snip> t/97-process_setup_options.t .. ok t/97-return_values.t .......... 6/10 # Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm Local::Prereq::Fails' # at t/97-return_values.t line 49. # got: '2' # expected:
2020 Jan 22
4
YUM (DNF) Possible Confusion Centos 8
> On 1/21/20 10:10 AM, david wrote: >> At 08:52 AM 1/21/2020, David G. Miller wrote: >> >> >>> On 1/21/20 9:35 AM, david wrote: >>>> Folks >>>> >>>> In a test Centos 8 installation as a guest of VirtualBox on Windows >>>> 10, I want to install ffmpeg, and support for exfat. They're not in >>>> the
2020 Jan 21
4
YUM (DNF) Possible Confusion Centos 8
Folks In a test Centos 8 installation as a guest of VirtualBox on Windows 10, I want to install ffmpeg, and support for exfat. They're not in the standard distribution (as far as I know), so I issue as root: yum -y --enablerepo rpmfusion-free-updates install ffmpeg fuse-exfat exfat-utils and that works just fine. The ffmpeg functionality works; I haven't tested exfat yet.
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it on Friday, with the same results) I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I
2009 Sep 21
2
sed (or other) magic to get RPM base names ?
Hey folks, Once upon a time I saw some sed magic to take the output of "rpm -qa" and strip away all the version info to give just the RPM base names. And of course I forgot to note it :-/ And have not been able to replicate it myself. e.g. from this : avahi-0.6.16-1.el5 avahi-glib-0.6.16-1.el5 produce this : avahi avahi-glib thanks, -Alan -- ?Don't eat anything you've
2020 Jan 21
2
YUM (DNF) Possible Confusion Centos 8
At 08:52 AM 1/21/2020, David G. Miller wrote: >On 1/21/20 9:35 AM, david wrote: >>Folks >> >>In a test Centos 8 installation as a guest of >>VirtualBox on Windows 10, I want to install >>ffmpeg, and support for exfat. They're not in >>the standard distribution (as far as I know), so I issue as root: >> >>? yum -y --enablerepo
2009 Aug 03
1
Perl Module Question
To safely make Perl modules from CPAN in Solaris, I used this procedure: mkdir /opt/cpan chmod 777 /opt/cpan chown joe:101 /opt/cpan PERL5LIB=$PERL5LIB:/opt/cpan export PERL5LIB /usr/perl5/bin/perlgcc -MCPAN -e shell Also, ~/.cpan/CPAN/MyConfig.pm specifically had 'makepl_arg' => q[LIB=/opt/cpan PREFIX=/opt/cpan INSTALLMAN3DIR=/opt/cpan/man/man3], Does this make sense in CentOS as
2018 Jun 28
3
Replacement web server time - catalog CPAN and PEAR installs
I'm looking to replace an OLD Fedora web server with a Centos 7 one. I'm currentlly in the process of documenting what is on the server ready to install the new one. While most things have been done with RPMs, some installs have had to be done via CPAN for Perl and PEAR for PHP. Is there a way of getting a list of everything that has been installed using these tools?
2018 Jun 04
3
installing perl-CPAN without perl-local-lib
I'm still working on getting my brand new Centos 7 mail server working and I'm having problems with Perl. Most of the modules are available as RPM's which was straight forward. However, MIME::Parser, Net::SCP and Net::SSH aren't. In order to get these working I installed the perl-CPAN rpm and then installed the modules above. Doing this, installed perl-local-lib.noarch as a
2019 Mar 11
1
CPAN not working, or is it?
> > I started off as always by using RPM's for everything I possibly can. > > I try to do that, too. The claim in another reply that RPM CPAN > modules and cpan- or cpanm-installed modules cannot work together is > incorrect. Since I'm the only other person to reply, I presume you mean something I said, but I don't think I ever said they "cannot work
2012 Mar 11
1
install cpan module in /usr/lib/perl5
hello centos guru I encounter a problem with centos 6 perl -MCPAN -e shell install MyModule well I installed the module but in the standard repertoire of the user but not in the directory of the perl distribution how to remedy this problem cpan modules installed in /usr/lib/perl/ please help me I can not solve this problem alone sincerely --
2006 Jan 19
2
CPAN module install problem
I could use some assistance getting CPAN functional again. CPAN stopped working on Centos 4.2 x64, and I can no longer install modules. I did a install Bundle::CPAN and upgraded to 1.8.2, and perl was updated afterwards via yum update. The error seems related to GPG, does anyone know if 1.8.2 added new restrictions on signatures? $ sudo perl -MCPAN -e shell cpan shell -- CPAN exploration
2007 Feb 13
1
CentOS 4 CPAN problem
Not sure if this is the proper list, but I've spent days browsing for the solution. This only happens on the CentOS machine, so I'll start here. After upgrading CPAN, I get the following: undefined subroutine &Compress::Zlib::gzopen called at /usr/lib/perl5/5.8.5/CPAN/Tarzip.pm line 102. "gzopen" seems to refer to a PHP command. Am I missing a module, or have I hit a
2005 Aug 21
2
perl-cpan
Dear list, I was installing Asterisk via the AMP method off the AMP website. There is a portion in there where they want you to use perl-cpan to install telnet. The first time I installed I had no problem. I messed up and trashed the box further down in the install.. This time I made a mistake and put a -jp3 switch for multi processors. This has caused the install of telnet tank. I found
2015 Jun 30
0
CPAN issues
Thank you Kahlil for your reply. I made few perl changes, uninstalled CPAN, removed the .cpan dir, and reinstalled, and ran 'install CPAN' and everything looked much better. That is, no failures. The last part of the output was; <snip> t/97-mock.t ................... ok t/97-process_options.t ........ ok t/97-process_setup_options.t .. ok t/97-return_values.t .......... ok All
2007 Sep 05
1
CPAN Question
Maybe a little off-topic. But using cpan, I tried to install IO::Compress::Base 2.006. I already had 2.005 installed. For the life of me, I couldn't get it to upgrade. It finally occurred to me to download the ".tgz" file, and install it that way. That worked. But does anyone have any hints on how to force cpan to upgrade? I even tried the "upgrade" command, and that
2019 Mar 11
3
CPAN not working, or is it?
On Monday 11 March 2019 16:42:21 Pete Biggs wrote: > I'm afraid I'm not expert on these things - I tend to do the naughty > thing of using CPAN to install in system locations! Hi Peter, Do you have any instructiions on how to do this? I realise it's far from ideal, but I need to get this system working, and can do it on a stand alone server. > > But I think the .spec
2019 Mar 11
0
CPAN not working, or is it?
On Mar 11, 2019, at 8:01 AM, Gary Stainburn <gary.stainburn at ringways.co.uk> wrote: > > Anyone got any ideas what I need to do? First, use cpanm instead of the old cpan shell: $ sudo yum install perl-App-cpanminus It has a number of advantages: 1. It?s much smarter about chasing dependencies, which is your core problem here. 2. It autoconfigures, not requiring all that
2007 Feb 17
1
CPAN.pm failure to install
Everyone, Have a new install of Centos 4.4 with a Supermicro dual processor. I was trying to install the perl module Astro::Time with CPAN and the initial setup of CPAN suggested a -j3 switch to be used with 'make' on dual processor machines. I followed the suggestion but when the CPAN module tried to use make it failed with the -j3 switch. I thought I would uninstall CPAN to start