in reply to Re: XS.c: loadable library and perl binaries are mismatched (got handshake key 0xc100000, needed 0xc180000)
in thread XS.c: loadable library and perl binaries are mismatched (got handshake key 0xc100000, needed 0xc180000)

This is one of the many instances where strace can be your friend. You can use something along the lines of strace -e open,stat,lstat to prefix your perl blah blah invocation and see exactly what files it's trying to open as well as actually opening and then work back from there.

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re^2: XS.c: loadable library and perl binaries are mismatched (got handshake key 0xc100000, needed 0xc180000)
  • Select or Download Code

Replies are listed 'Best First'.
Re^3: XS.c: loadable library and perl binaries are mismatched (got handshake key 0xc100000, needed 0xc180000)
by bliako (Abbot) on Jul 29, 2020 at 14:18 UTC

    yep