Thread Storable: Long integer size is not compatible (ARM) (10 answers)
Opened by mika at 2019-10-29 15:38

mika
 2019-11-11 13:54
#190880 #190880
User since
2010-10-02
168 Artikel
BenutzerIn

user image
2019-11-11T07:21:24 rosti
Hast Du mal ein Stück Perl-Code was diese Fehlermlendung hervorwürgt?

Klar^^

Code (perl): (dl )
1
2
3
4
5
#!/usr/bin/perl
# Long integer size is not compatible at /usr/lib/arm-linux-gnueabihf/perl/5.28/Storable.pm line 412,
use Data::Dumper;
use Storable;
print Dumper(Storable::retrieve("path/to/data"));


Die Datei (data) kannst Du hier bekommen, wenn du die auch möchtest/brauchst.


Ich vermute es liegt einfach daran, dass ich die Datei vom Laptop auf den Raspberry PI kopiert habe (Andere Architektur). Wenn Storable C code ist.
Ist das nun buggy oder einfach nicht portabel?,
Last edited: 2019-11-11 14:00:04 +0100 (CET)

View full thread Storable: Long integer size is not compatible (ARM)