in reply to Re^3: DBI.c: loadable library and perl binaries are mismatched
in thread DBI.c: loadable library and perl binaries are mismatched

forget all that freebsd ports stuff

If you want to install perl get it from search.cpan.org/dist/perl, untar, then run sh Configure -Dprefix=/home/username/perl -des -Dextras="DBI LWP::Protocol::https" then 'make test', if all goes well, run 'make install', and use your new perl

  • Comment on Re^4: DBI.c: loadable library and perl binaries are mismatched

Replies are listed 'Best First'.
Re^5: DBI.c: loadable library and perl binaries are mismatched
by rtwingfield (Acolyte) on May 20, 2016 at 03:11 UTC
    Actually I was looking at CPAN early this morning (3:30 AM CDT). There is a DBI bundle -- If I download that, will it make the Perl5 core as part and parcel of the DBI. That's what the FreeBSD ports p5-DBI does, yet it still fails the key values handshake thing.

      If I download that, will it make the Perl5 core as part and parcel of the DBI.

      What does that mean? Try it and see what happens?