Subject: | bug report |
Date: | Sat, 4 May 2019 18:57:00 +0200 (CEST) |
To: | bug-Text-TNetstrings [...] rt.cpan.org |
From: | pierre_poulain [...] laposte.net |
Hello,
i think there is a bug in Text::TNetstrings.
I installed it using (root/sudo) cpan Text::TNetstrings. When i run perl -e "use Text::TNetstrings;" i get
Show quoted text
>perl: symbol lookup error: /usr/local/lib/x86_64-linux-gnu/perl/5.24.1/auto/Text/TNetstrings/XS/XS.so: undefined symbol: Perl_xs_apiversion_bootcheck
I can reproduce this error every time i try. The search engine was not helpfull.
Steps to reproduce:
sudo cpan Text::TNetstrings
perl -e "use Text::TNetstrings;"
Expected result: No output, no errors
Real Result: Error message as quoted above.
Text::TNetstrings::PP (the pure perl implementation) works but is slow.
System information:
OS: Debian 9.9
uname -a: Linux home 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux
perl -v: This is perl 5, version 24, subversion 1 (v5.24.1) built for x86_64-linux-gnu-thread-multi (with 85 registered patches, see perl -V for more detail)
module details from cpan:
Module id = Text::TNetstrings
CPAN_USERID SEBNOW (Sebastian Nowicki <sebnow+cpan@gmail.com>)
CPAN_VERSION v1.2.0
CPAN_FILE S/SE/SEBNOW/Text-TNetstrings-v1.2.0.tar.gz
UPLOAD_DATE 2011-10-19
MANPAGE Text::TNetstrings - Data serialization using typed netstrings.
INST_FILE /usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Text/TNetstrings.pm
INST_VERSION v1.2.0
Thank you.