These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Missing JSON::PP Perl module on the new forum.
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
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..
''