Comments on: Update to OVScan https://grey-panther.net/2009/07/update-to-ovscan.html Just another WordPress site Sat, 01 Jan 2011 15:22:09 +0000 hourly 1 https://wordpress.org/?v=7.0.2 By: Anonymous https://grey-panther.net/2009/07/update-to-ovscan.html#comment-80 Sat, 01 Jan 2011 15:22:09 +0000 https://grey-panther.net/?p=267#comment-80 The following error occured while processing "xxxx":
Response header does not contain expected location header!

]]>
By: Anonymous https://grey-panther.net/2009/07/update-to-ovscan.html#comment-193 Tue, 19 Jan 2010 15:59:32 +0000 https://grey-panther.net/?p=267#comment-193 perl -MCPAN -e'install JSON'

]]>
By: Cd-MaN https://grey-panther.net/2009/07/update-to-ovscan.html#comment-249 Tue, 13 Oct 2009 15:16:54 +0000 https://grey-panther.net/?p=267#comment-249 @Anonymous: this means that you don't have the JSON module installed. Depending on what you use, you can install the module either by hand, using CPAN (if you are using something like Perl compiled for Windows of Strawberry Perl) or using the PPM (if you are using ActivePerl). Either way, the process should be straight forward.

I opted for using a separate library, rather than the embedded one used originally, because that one had some problems parsing (legitimate) JSON response.

]]>
By: Anonymous https://grey-panther.net/2009/07/update-to-ovscan.html#comment-252 Sun, 11 Oct 2009 10:07:44 +0000 https://grey-panther.net/?p=267#comment-252 When I try to run the script, I get "Can't locate JSON.pm in @INC <@INC contains: C:/PERL/site/lib C:/Perl/lib .>

Any suggestions?

]]>