Perl error while compiling Munin transmission plugin

2

Could you please tell me what this error says?:

Can't locate JSON/RPC/Client.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at ./transmission_ line 3.
BEGIN failed--compilation aborted at ./transmission_ line 3.

This is a perl plugin for munin system monitoring tool.

I'm using Ubuntu server 12.04

user98645

Posted 2012-06-04T21:47:08.917

Reputation:

Answers

2

You tell us which system/OS/distribution you are using but generally:

You are missing the JSON::RPC::Client Perl module, you can install it

Edit: since you are using Ubuntu you should install the libjson-rpc-perl package.

Matteo

Posted 2012-06-04T21:47:08.917

Reputation: 6 553

Its ubuntu server 12.04 – None – 2012-06-04T22:02:53.950

is this the right package? sudo apt-get install libjson-rpc-perl – None – 2012-06-04T22:13:57.430