Questions tagged [cpan]
The cpan tag has no summary.
28 questions
2 votes
1 answer
595 views
Attempt to call undefined import method with arguments ("abs2rel") via package "File::Spec"
I have Debian GNU/Linux trixie/sid and I installed publican from repo of debian. (publican is doing write and publish for DocBook) When I run publican , It get the following messages: Attempt to call ...
0 votes
1 answer
504 views
NixOS <crypt.h> missing when installing a Perl module from CPAN
I'm fairly new to NixOS, but I'm trying to install App::cpm from CPAN. I run the following: cpan -i App::cpm It chugs for a little bit then, it fails on Build::Tiny: crypt.h: No such file or ...
0 votes
1 answer
132 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 ...
1 vote
1 answer
594 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) ...
0 votes
0 answers
69 views
centos 7 haproxy.service stop sometimes
l’m on centos 7 with cpanel & WHM, i have haproxy binded to port 80 thats workings fine, every day at a random time the haproxy stops so i have to start the service again (service enabled). please ...
0 votes
0 answers
2k 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 ...
1 vote
1 answer
4k views
Centos8/RHEL8 - How to dnf install package with missing dependencies?
Centos8, Trying to install mimedefang dnf install mimedefang - nothing provides perl(Digest::SHA1) needed by mimedefang-2.84-5.el8.x86_64 - nothing provides perl(IO::Stringy) >= 1.212 needed by ...
1 vote
0 answers
76 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 ...
5 votes
0 answers
150 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::...
1 vote
2 answers
685 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 ...
1 vote
1 answer
678 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 ...
0 votes
2 answers
872 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:...
0 votes
1 answer
777 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 ...
1 vote
1 answer
3k 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 ...
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 ...