WithABeard has asked for the wisdom of the Perl Monks concerning the following question:
I get this weird error when using the JSON or JSON::XS module:
$ perl -MJSON -e ''
XS.c: loadable library and perl binaries are mismatched (got first handshake key 0xeb80080, needed 0xf380080)
And the same error for perl -MJSON::XS -e ''
perl -v This is perl 5, version 38, subversion 0 (v5.38.0) built for x86_64-li +nux-thread-multi ...
What could cause this, and what can I do to fix it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strange error when using JSON module "XS.c: loadable library and perl binaries are mismatched"
by Fletch (Bishop) on Nov 30, 2023 at 15:30 UTC | |
|
Re: Strange error when using JSON module "XS.c: loadable library and perl binaries are mismatched"
by WithABeard (Beadle) on Nov 30, 2023 at 07:58 UTC |