aplonis has asked for the wisdom of the Perl Monks concerning the following question:
Here's the issue and what little I know about it so far. Occurs after an upgrade of Ubuntu from 16.04 to 18.04. It happens like so...
guest@guest-Precision-M6700:~$ perl -e 'use DBD::SQLite'; SQLite.c: loadable library and perl binaries are mismatched (got hands +hake key 0xdb00080, needed 0xde00080)
And I knew first thing you all would ask this...
guest@guest-Precision-M6700:~$ env | grep PERL PERL_MB_OPT=--install_base "/home/guest/perl5" PERL_MM_OPT=INSTALL_BASE=/home/guest/perl5 PERL_LOCAL_LIB_ROOT=/home/guest/perl5 PERL5LIB=/home/guest/perl5/lib/perl5
And also this...
guest@guest-Precision-M6700:~$ perl -v This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-li +nux-gnu-thread-multi (with 67 registered patches, see perl -V for more detail) ... guest@guest-Precision-M6700:~$
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SQLite.c: loadable library and perl binaries are mismatched
by marto (Cardinal) on Mar 25, 2019 at 07:36 UTC | |
|
Re: SQLite.c: loadable library and perl binaries are mismatched
by bliako (Abbot) on Mar 25, 2019 at 01:58 UTC | |
by swl (Prior) on Mar 25, 2019 at 02:55 UTC | |
|
Re: SQLite.c: loadable library and perl binaries are mismatched
by aplonis (Pilgrim) on Mar 26, 2019 at 01:21 UTC |