folg / slimrat

Automatically exported from code.google.com/p/slimrat
MIT License
0 stars 0 forks source link

Need to add dependency in control file : libjson-any-perl #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Certain modules require this. THe current installed depencies will lead to 
(ubuntu 11.04):

anil@box:~/slimrat$ slimrat
[11:43:15] WARNING: this is a development release (Common SVN build 441), if 
you encounter any issues, please re-run slimrat with the '--debug' 
flag enabled, and submit the resulting dump file to the bug tracker
[11:43:15] ERROR: plugin '/usr/lib/slimrat/plugins/FileFactory.pm' shall not be 
used, due to unmet dependency JSON::PP
[11:43:15] ERROR: plugin '/usr/lib/slimrat/plugins/StorageTo.pm' shall not be 
used, due to unmet dependency JSON::PP
[11:43:15] INVALID USAGE: no input URLs

The ERRORs go away after sudo apt-get install libjson-any-perl

Original issue reported on code.google.com by anil.ve...@gmail.com on 1 Aug 2011 at 6:16