Problem installing Crypt-SSLeay

Erik Colson eco at ecocode.net
Wed Mar 4 14:35:40 EST 2015


Geert Janssens <geert.gnucash at kobaltwit.be> writes:

> But even after that, I get errors. I'm out of time to go hunting for this unfortunately. For 
> reference I'll post the output of "perl gnc-fq-check" below :
> C:\Program Files\gnucash\bin>perl gnc-fq-check
> Can't locate JSON/XS.pm in @INC (you may need to install the JSON::XS module) (@INC 
> contains: C:/Perl/site/lib C:/Perl/lib .) at (eval 68) line 2.
> BEGIN failed--compilation aborted at (eval 68) line 2. at C:/Perl/site/lib/Finance/Quote/MtGox.pm 
> line 21.

Hi,

MtGox requires JSON, which should be installed automatically when
installing F::Q (I've checked it is included in the Makefile.PL).
It is JSON which will use JSON::XS _if_ it is present. So to me it looks
like your Activestate install thinks JSON::XS is installed.

So either Activestate changes the JSON module to always require JSON::XS
but forgets to install it, either your install got corrupted somehow..
Therefor my question to you: is this a fresh Activestate install ? If
yes, are you certain there are no older installs in your path which
might interfere ?

best
-- 
erik colson


More information about the gnucash-user mailing list