Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-2 votes
3 answers
991 views

Cant install Net::SSH2 perl module

I'm trying to install a perl module: Net::SSH2 with cpan but doesn't actually works. cpan -f install Net::SSH2 Output: CPAN: Storable loaded ok (v2.20) Going to read '/root/.cpan/sources/...
Jobine23's user avatar
  • 130
0 votes
1 answer
331 views

PDF::Create module installation failed using cpan linux command?

When I tried to install cpan module, i get the following error, i have tried by googling it,am unable to find solution. Catching error: "Can't locate object method \"Create\" via package \"install ...
pri thi's user avatar
-1 votes
3 answers
8k views

DBD::Oracle installation causing error

I want to connect to an Oracle Database through Perl. For this, I'm trying to install DBD::Oracle from CPAN by using the following command: [root@localhost Admin]# cpan DBD::Oracle While running ...
Ram's user avatar
  • 147
32 votes
10 answers
10k views

How do YOU manage Perl modules when using a package manager?

A recent question here on SO got me thinking. On most Linux distributions that I tried, some Perl modules would be available through the package manager. Others, of course, not. For quite a while I ...
innaM's user avatar
  • 47.8k