Re: DBI.c: loadable library and perl binaries are mismatched

2016-06-30 Thread David Emanuel da Costa Santiago
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

Re: DBI.c: loadable library and perl binaries are mismatched

2016-06-30 Thread Chas. Owens
That typically occurs when the XS portion of a Perl module was compiled against a different version of perl. Since you say that you re-installed everything, then it is possible you are loading a module from a different location than you think you are. Try running this command: perl -le 'for (@IN