Hi Ron.

I had that problem not with the DBI module, but when i was using
Inline::C.

To solve that issue i had to compile my code with the gcc flag
-DPERL_IMPLICIT_SYS

Maybe it helps if you can recompile the bit that has the XS (or C) code with 
that flag?



Best regards,
David Santiago



On Tue, 17 May 2016 14:16:16 -0500
Ron Wingfield <ron.wingfi...@archaxis.net> wrote:

> I am getting no response from this post on the FreeBSD Forums: 
> https://forums.freebsd.org/threads/56291/
> 
> If I try to execute a simple perl script that utilizes the DBI, the 
> following error diagnostic:
> 
> |# perl -T create_roster_db.pl
> DBI.c: loadable library and perl binaries are mismatched (got
> handshake key 0x7ac0080, needed 0x7b80080)|
> 
> . . .with a fresh install form the FreeBSD Ports, perl5.22.2 and 
> p5-DBI-1.636, why this mismatch?
> 
> 


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to