Subject: | format error bad signature |
Red Hat Linux 9
Perl V.5.8.0 (perl-5.8.0-88.3)
PAR-0.76
After re-discovering the LANG=en_US.UTF-8 problem, ...
tkpp gives: "Can't locate Tk.pm in @INC ...". Couldn't find any really helpful info. I guess I need some Tk module, an X11 perl5 Tk module, but couldn't find anything for Red Hat 9.
Tried pp on a test case that "use Net::LDAP":
pp -p packed.pl p.pl
./packed.pl
Got the following run-time output:
format error: bad signature: 0x752f2123 at offset 0 in file IO::File=GLOB(0x844c450)
at ./p line 663
format error: bad signature: 0x78004e45 at offset 283628 in file IO::File=GLOB(0x844c450)
at ./p line 663
format error: bad signature: 0x4143535f at offset 283785 in file IO::File=GLOB(0x844c450)
at ./p line 162
format error: bad signature: 0x72696464 at offset 283665 in file IO::File=GLOB(0x844c450)
at /usr/lib/perl5/site_perl/5.8.0/PAR.pm line 211
format error: bad signature: 0x2031202d at offset 88752 in file IO::File=GLOB(0x844c450)
at /usr/lib/perl5/site_perl/5.8.0/PAR.pm line 211
format error: bad signature: 0x67692420 at offset 96288 in file IO::File=GLOB(0x844c450)
at script/p.pl line 3
format error: bad signature: 0x242e6365 at offset 39965 in file IO::File=GLOB(0x844c450)
at /usr/lib/perl5/site_perl/5.8.0/PAR.pm line 211
format error: bad signature: 0x5f40203d at offset 36744 in file IO::File=GLOB(0x844c450)
at Net/LDAP.pm line 8
format error: bad signature: 0x70797473 at offset 38850 in file IO::File=GLOB(0x844c450)
at Net/LDAP.pm line 8
format error: bad signature: 0x28736761 at offset 83609 in file IO::File=GLOB(0x844c450)
at Net/LDAP.pm line 10
format error: bad signature: 0x2e282f2b at offset 7990 in file IO::File=GLOB(0x844c450)
at Net/LDAP.pm line 12
format error: bad signature: 0x6f6c2023 at offset 15524 in file IO::File=GLOB(0x844c450)
at Convert/ASN1.pm line 414
format error: bad signature: 0x20646c75 at offset 19671 in file IO::File=GLOB(0x844c450)
at Convert/ASN1/_decode.pm line 414
format error: bad signature: 0x652d2073 at offset 13686 in file IO::File=GLOB(0x844c450)
at Convert/ASN1/_encode.pm line 414
format error: bad signature: 0x2e797661 at offset 22529 in file IO::File=GLOB(0x844c450)
at Convert/ASN1.pm line 414
format error: bad signature: 0x24206f74 at offset 64927 in file IO::File=GLOB(0x844c450)
at Net/LDAP.pm line 13
format error: bad signature: 0x68746977 at offset 50879 in file IO::File=GLOB(0x844c450)
at Net/LDAP/Message.pm line 8
format error: bad signature: 0x6f766120 at offset 46575 in file IO::File=GLOB(0x844c450)
at Net/LDAP/Message.pm line 9
Not sure what this means and how to get rid of these messages.
#!/usr/bin/perl -w
use diagnostics;
use Net::LDAP;
print "Trying to use Net::LDAP...\n";