Skip to main content

All Questions

Tagged with
0 votes
1 answer
65 views

View perl module install error AFTER installed

When installing Perl modules (prerequisites for another program), some module showed me an incompatibility warning and said something about needing to downgrade a package. I thought I would get back ...
TSG's user avatar
  • 1,768
1 vote
1 answer
238 views

Error installing perl BerkeleyDB module

I'm trying to install a program which has various perl dependencies. One of the perl dependencies (BerkeleyDB) fails during install. I know very little about perl. Is there a way for me (as a user) ...
TSG's user avatar
  • 1,768
0 votes
0 answers
990 views

Trouble installing DateTime from CPAN

I'm trying to install the DateTime module. I went into CPAN from a terminal and started the install with make. It ran for hours and when it finally stopped, the last line simply said 'killed'. My perl ...
Kelly 's user avatar
1 vote
0 answers
65 views

SpamAssassin: UTF-16 surrogate 0xd800 at /usr/local/share/perl5/Pod/Simple/BlackBox.pm line 67

When my Spam Assassin cron job runs, it gives Perl error messages which are then emailed to me by the cron daemon. How can I fix this error or warning? Cron job: /usr/share/spamassassin/sa-update.cron ...
Chloe's user avatar
  • 538
5 votes
0 answers
135 views

How to create a custom Perl distribution

I would create a custom Perl distribution for perl-5.30.0.tar.gz. I would include in the perl-5.30.0.tar.gz following Perl modules HTML::Entities HTML::Strip Devel::CheckLib Net::DNS Mail::DKIM::...
gr68's user avatar
  • 334
1 vote
2 answers
537 views

Install custom perl modules

I have build an RPM from a proprietary software collection in a CentOS 7 environment but the build process required executing some Perl modules (.pm files) found within the source itself. When I ...
3bdalla's user avatar
  • 441
1 vote
1 answer
631 views

Perl CPAN Module from command line?

I found a Perl module that is often packaged on Debian. In my case I didn't have access to an updated package manager, but I do have Perl. So I ran cpan which opened up cpan shell where I entered ...
Philip Kirkbride's user avatar
0 votes
2 answers
826 views

Centos 7 - perl : Fails to install Crypt::OpenSSL::EC through cpan

Trying to install Crypt::OpenSSL::EC using cpan go the following result: $ cpan install Crypt::OpenSSL::EC Reading '/home/vafbuild/.cpan/Metadata' Database was generated on Mon, 05 Dec 2016 10:41:...
Diaulas Castro's user avatar
0 votes
1 answer
736 views

Building autoconf-2.69 without root access on Centos 7 machine

I am using a Centos 7 machine, and I don't have root access. For this reason I have to compile everything locally, and hold them under my .local/ directory. I need to compile autoconf, and I compile ...
yusuf's user avatar
  • 101
1 vote
1 answer
2k views

How to instal Perl modules GD and GD::Polyline in Debian?

I am trying to start Circos in Debian but I get two missing modules root@masi:/home/masi/circos-0.69# bin/circos -modules | grep missing missing GD missing GD::Polyline Trying ...
Léo Léopold Hertz 준영's user avatar
2 votes
1 answer
3k views

Terminal has cannot find any commands!

I was installing the latest version of perl using brew on my Mac OSX and was then prompted by perl to use local::lib to create my own directory of Perl Packages downloaded from CPAN. Here is a history ...
Labrat's user avatar
  • 33
1 vote
1 answer
415 views

No 'Makefile' created KAMENSKY/Text-Bidi-2.11.tar.gz

I am trying to install following perl module via cpan on centos 6.x but unfortunately getting error. Please advise to solve. Text::Bidi Version: 0.03 Usage: Label batch PDF CPAN /usr/bin/cpan ...
Chaminda Bandara's user avatar
1 vote
1 answer
1k views

carton: command not found

I am trying to work with Perl for the first time and I am having some difficulty installing Carton. I am following this guide to install Erco. I am on Ubuntu 14. I have build-essential. When I run ...
roach's user avatar
  • 13
0 votes
1 answer
15k views

"Cannot install Nagios::Plugin, don't know what it is."

I used this command to install Nagios::Plugins on multiple servers months/weeks before: perl -MCPAN -e 'install Nagios::Plugin' Now I get this error message: Reading '/root/.cpan/Metadata' Database ...
Larsen's user avatar
  • 252
2 votes
1 answer
303 views

Make a rpm package from the cpan compatible tree?

I always make my perl module following the CPAN-complient tree. I would like to use this tree to create a rpm file I could install on a hundreth servers. Is it possible to make a rpm package with ...
MUY Belgium's user avatar
  • 1,264

15 30 50 per page