[GNC] Quotes issue

john jralls at ceridwen.us
Sat Apr 16 22:48:52 EDT 2022



> On Apr 16, 2022, at 9:47 AM, Steve <zephod at cfl.rr.com> wrote:
> 
> I'm getting this error:
> 
> steve at stevesdesktop:~$ gnc-fq-check
> Json3.c: loadable library and perl binaries are mismatched (got handshake key 0xce00080, needed 0xed00080)
> 
> But...
> steve at stevesdesktop:~$ sudo find /usr -name "libperl.so*" -exec ls -lah {} \; 2>/dev/null
> -rw-r--r-- 1 root root 3.6M Sep 24  2021 /usr/lib/x86_64-linux-gnu/libperl.so.5.32.1
> lrwxrwxrwx 1 root root 17 Sep 24  2021 /usr/lib/x86_64-linux-gnu/libperl.so.5.32 -> libperl.so.5.32.1
> 
> steve at stevesdesktop:~$ perl --version
> 
> This is perl 5, version 32, subversion 1 (v5.32.1) built for x86_64-linux-gnu-thread-multi
> (with 47 registered patches, see perl -V for more detail)
> 
> So why does gnc-fq-check think there is a mismatch? 

As a first guess your perl json module is linked to a different version of libjson than the one you have. If you used gnc-fq-update to set up Finance::Quote then running it again should fix the problem. If you installed F::Q from your distro's package manager and there aren't any updates then the packager for that module is running a bit behind, a common problem for most distros since they rely on volunteers.

Regards,
John Ralls



More information about the gnucash-user mailing list