in reply to Strange error when using JSON module "XS.c: loadable library and perl binaries are mismatched"
I seem to have solved it
I had JSON and JSON::XS installed in my home dir, for some reason. So I installed cpanminus so that I could uninstall them: cpanm -U JSON and cpanm -U JSON::XS
And now it works, since they are installed system wide as well
|
|---|