You are not logged in.

#1 2016-06-01 21:01:12

Gregoire
Member
Registered: 2013-03-23
Posts: 23

[SOLVED] gscan2pdf : Df.c: loadable library and perl binaries are ...

I have tried this :

pacman -Qml | fgrep 'usr/lib/perl5/vendor_perl' | awk '{print $1}' | sort -u | tee badpkgs

And then removed those :

gscan2pdf
perl-data-uuid
perl-pdf-api2
perl-readonly-xs
perl-rpc-xml
perl-sane

and reinstalled them but when I start gscan2pdf :

Df.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xdb80080)

Any idea on what I should do/try ?

Thank you very much !!!

Last edited by Gregoire (2016-06-01 22:10:14)

Offline

#2 2016-06-01 21:41:48

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] gscan2pdf : Df.c: loadable library and perl binaries are ...

Searched for this error and it looks like it mostly occurs when perl calls an external library that is built against a different perl version .
(texinfo seems to be a program that can cause this)

I'd look for programs on your system that depend on perl , haven't been updated after may 5 (build date of current perl) and are in gscan2pdf dependency tree.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2016-06-01 22:09:05

Gregoire
Member
Registered: 2013-03-23
Posts: 23

Re: [SOLVED] gscan2pdf : Df.c: loadable library and perl binaries are ...

Thank you very much : it was perl-filesys-df !!!

Offline

Board footer

Powered by FluxBB