LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware-Current - perl module(s) fail(s) to install (https://www.linuxquestions.org/questions/slackware-14/slackware-current-perl-module-s-fail-s-to-install-4175687726/)

hadrianus4 12-30-2020 01:31 PM

Slackware-Current - perl module(s) fail(s) to install
 
I'm using Slackware current (OS: Slackware 14.2 x86_64 (post 14.2 -current) x86_64; Kernel: 5.10.3).

Perl version: Summary of my perl5 (revision 5 version 32 subversion 0) configuration:

Platform:
osname=linux
osvers=5.4.77
archname=x86_64-linux-thread-multi


I've tried to install a perl module from CPAN (install HTTP::Cookies) but it is failing during testing with message below.

t/10-original_spec.t ... Clone.c: loadable library and perl binaries are mismatched (got handshake key 0xcd00080, needed 0xed00080)
t/10-original_spec.t ... Dubious, test returned 1 (wstat 256, 0x100)

Anyone seeing issues with Perl on Slackware current

ponce 12-30-2020 01:52 PM

that error message is most probably because you have installed also other perl modules built for a different perl version (via CPAN or package) and they are not binary-compatible with the new version (5.32.0).

the best course of action, IMHO, is to note which perl modules you have installed (via CPAN or whatever), clean them all and then reinstall them from scratch.

hadrianus4 12-30-2020 02:27 PM

Thank you. It turns out I had to reinstall from CPAN Clone perl module


All times are GMT -5. The time now is 07:55 AM.