in reply to Re^2: "loadable library" mismatch on new installation
in thread "loadable library" mismatch on new installation
From perldiag
%s: loadable library and perl binaries are mismatched (got handshake key %p, needed %p)
(P) A dynamic loading library .so or .dll was being loaded into the process that was built against a different build of perl than the said library was compiled against. Reinstalling the XS module will likely fix this error.
One perl built the .so, and a different perl is trying to run it, use the different perl to build the .so and it should work
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: "loadable library" mismatch on new installation
by halfcountplus (Hermit) on Apr 12, 2016 at 13:34 UTC |