in reply to Re: Original name of a PAR-Packed shared object file?
in thread Original name of a PAR-Packed shared object file?

I was able to verify that b1934410.so is in fact perl5/auto/IO/IO.so. Now I'm wondering why it would succeed on the build system, but fail on another system. The pp command is below.

pp -c -F Crypto -f Crypto -M Filter::Crypto::Decrypt -l /lib64/libcrypto.so.6 [various libs included] -o bin/switchscan switchscan.pl [various modules included]

Replies are listed 'Best First'.
Re^3: Original name of a PAR-Packed shared object file?
by beech (Parson) on Feb 23, 2018 at 22:24 UTC

    Hi,

    Does adding  -x switch change anything?

      Tried adding in the -x switch, no difference.

Re^3: Original name of a PAR-Packed shared object file?
by beech (Parson) on Feb 22, 2018 at 22:08 UTC

    Hi

    What happens if you don't use filters?

      Just tried this, removing -F Crypto -f Crypto -M Filter::Crypto::Decrypt -l /lib64/libcrypto.so.6 from the pp command. I still get the above error.