Thread Fehlermeldung ListUtil.c: loadable library and perl binaries are mismatched (3 answers)
Opened by bianca at 2021-09-11 09:30

bianca
 2021-09-11 09:30
#193567 #193567
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
Guten Morgen!

Auf einem shared Hosting Server auf dem ich länger nicht mehr geschaut habe wollte ich gerade eben CPAN:MIME::Types mittels Tina's cgipan.cgi updaten und bekam diesen Fehler:
Quote
/home/usr/bin/perl -I/home/username/cpan_module Makefile.PL PREFIX=/home/username/cpan_module LIB=/home/username/cpan_module 2>&1:
ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xce00080)

Zum Server:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Summary of my perl5 (revision 5 version 28 subversion 1) configuration:
Platform:
osname=linux
osvers=4.9.0
archname=x86_64-linux-gnu-thread-multi
uname='linux localhost 4.9.0 #1 smp debian 4.9.0 x86_64 gnulinux '
...
...
...
Compiler:
cc='x86_64-linux-gnu-gcc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion=''
gccversion='8.3.0'

Ich habe keine Admin-Rechte, das ist shared Hosting.

Dann wollte ich also zunächst CPAN:List::Util updaten und erhielt (fast) den selben Fehler:
Quote
/home/usr/bin/perl -I/home/username/cpan_module Makefile.PL PREFIX=/home/username/cpan_module LIB=/home/username/cpan_module 2>&1:
ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xce00080)

Bitte hilf mir mal auf die Sprünge was ich machen muss, damit es installiert wird.
Vielen Dank!
10 print "Hallo"
20 goto 10

View full thread Fehlermeldung ListUtil.c: loadable library and perl binaries are mismatched