Missing JSON::PP Perl module

2 posts / 0 new
Last post
#1 Wed, 03/24/2010 - 19:58
zombiitv

Missing JSON::PP Perl module

I'm getting this error using the remote API with the json output parameter

Invalid format json : Missing JSON::PP Perl module Exit status: 0

running Centos 5.4

I have not been able to find an install or config file to fix this one, any sugestions?

Thanks

Thu, 03/25/2010 - 11:53
JamieCameron

The best way to fix this is to install the missing Perl module with a command like :

perl -MCPAN -e 'install JSON::PP'

Unfortunately I don't know of any RPM package for that module..

''

Topic locked