On Mon, 2022-08-15 at 15:28 +0100, RS wrote:
> I have found this at
> https://rt-archive.perl.org/perl5/Ticket/Display.html?id=124201
> 
> "(got handshake key 0x7bc0000, needed 0x7cc0000)" means in your XS 
> module, the definition of the perl's master interpreter struct is 
> smaller than the interp engine expects (XS module says its 0x7bc bytes
> long, interp core says its 0x7cc bytes long). The layouts of the
> structs 
> are not compatible. They must be the same otherwise memory corruption 
> occurs.

Have you looked at this page?
https://github.com/get-iplayer/get_iplayer/wiki/unix

-- 
 __ __| |_ __ __  .------------------------------------------------.
/ _/ _` \ V  V /  |  mailto:cdw_pcm...@the-walker-household.co.uk  |
\__\__,_|\_/\_/   |________________________________________________|

_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to